Skip to content

Commit

Permalink
Updates to text content
Browse files Browse the repository at this point in the history
  • Loading branch information
Donal Stewart committed Mar 6, 2021
1 parent 122cbe3 commit a854f27
Show file tree
Hide file tree
Showing 10 changed files with 53,276 additions and 88 deletions.
25,224 changes: 25,196 additions & 28 deletions adminclient/package-lock.json

Large diffs are not rendered by default.

31 changes: 20 additions & 11 deletions sharedcode/src/model/Content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export const sectionsContent = [
SCALE_WITH_COMMENT,
"RME",
<>
<b>RME/RMPS</b> - e.g. sensory garden, reflection area, themed murals,
labyrinth etc.
<b>RME/RMPS</b> - e.g. sensory garden, reflection area, themed
murals, labyrinth etc.
</>
)}
<hr className="question-divider" />
Expand All @@ -105,16 +105,16 @@ export const sectionsContent = [
"technologies",
<>
<b>technologies</b> - e.g. wind turbine, solar panels, use of
different materials, surfaces and finishes, web cam bird box, weather
station etc.
different materials, surfaces and finishes, web cam bird box,
weather station etc.
</>
)}
<hr className="subsection-divider" />
<h2>Outdoor Classrooms</h2>
<h2>Outdoor Gathering Spaces</h2>
{addQuestion(
SCALE_WITH_COMMENT,
"classroom",
"We have an outdoor classroom area that can be used by a whole class."
"We have an outdoor gathering space that can be used by a whole class."
)}
<hr className="question-divider" />
{addQuestion(
Expand All @@ -126,26 +126,35 @@ export const sectionsContent = [
{addQuestion(
SCALE_WITH_COMMENT,
"sheltered",
"Outdoor classrooms and seating areas are reasonably sheltered and comfortable to use."
"Outdoor gathering spaces and seating areas are reasonably sheltered and comfortable to use."
)}
<hr className="question-divider" />
{addQuestion(
SCALE_WITH_COMMENT,
"disturbance",
"Using outdoor classrooms and curriculum features doesn't cause significant disturbance to indoor classes."
"The places you use for gathering a class or learning outdoors don’t cause significant disturbance to indoor classes."
)}
</>
),
},

{
number: 3,
title: "Play",
title: "Play in Your Grounds",
id: "play",
content: (addQuestion) => (
<>
<h2>Active Play</h2>
{addQuestion(SCALE_WITH_COMMENT, "climbing", "Climbing and scrambling.")}
<p>
What opportunities for the following play activities are there in your
grounds?
</p>

{addQuestion(
SCALE_WITH_COMMENT,
"climbing",
"Climbing and scrambling."
)}
<hr className="question-divider" />
{addQuestion(SCALE_WITH_COMMENT, "balancing", "Balancing.")}
<hr className="question-divider" />
Expand Down Expand Up @@ -636,7 +645,7 @@ export const sectionsContent = [
{addQuestion(
SCALE_WITH_COMMENT,
"principles",
"Our outdoor learning programme is planned with reference to the CfE principles for curriculum design."
"Our outdoor learning programme is planned with reference to principles for curriculum design."
)}
<hr className="question-divider" />
{addQuestion(SCALE_WITH_COMMENT, "growfood", "We grow food in school.")}
Expand Down
Loading

0 comments on commit a854f27

Please sign in to comment.