Skip to content

Commit

Permalink
fix: Home learning (#2362)
Browse files Browse the repository at this point in the history
* update home learning page

* fix links
  • Loading branch information
SKairinos authored Oct 10, 2024
1 parent 94a1472 commit d26590e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Binary file modified portal/static/portal/img/rr_advanced.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions portal/templates/portal/home_learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ <h4>About Rapid Router</h4>
<div class="row">
<div class="col-sm-6">
<p>Rapid Router is our shopping delivery game that teaches children aged 5–14 to learn how to code using
Blockly and Python.</p>
<p>The game and lessons support the English National Curriculum Computing strand, and Teachers across the
Blockly. The pupils can then progress to Python Den to continue to build up their skills.</p>
<p>The game and lessons support the English National Curriculum Computing strand, and teachers across the
world love them.</p>
<p>Now, we’ve made lessons available for parents and caregivers to teach at home, so we can #KeepKidsCoding.
They're free and easy, but most of all, they’re fun!</p>
Expand Down Expand Up @@ -55,7 +55,7 @@ <h5>Beginner</h5>
algorithms, and learn how to create and debug simple programs. Designed for children aged 5–7,
but start here if you’ve never played Rapid Router.
</div>
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/beginner/" target="_blank">
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/rapid-router-resources/beginner" target="_blank">
<button class="button--primary button--icon">
Go to lessons<span class="iconify" data-icon="mdi:open-in-new"></span>
</button>
Expand Down Expand Up @@ -121,7 +121,7 @@ <h5>Intermediate</h5>
programming constructs. Designed for children aged 8–11, but anyone can progress here if
ready.
</div>
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/intermediate/" target="_blank">
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/rapid-router-resources/intermediate" target="_blank">
<button class="button--primary button--icon">
Go to lessons<span class="iconify" data-icon="mdi:open-in-new"></span>
</button>
Expand Down Expand Up @@ -150,7 +150,7 @@ <h5>Advanced</h5>
<div>Let’s get advanced! Learn about repeat loops and selection, variables, and how to create
efficient code. Designed for children aged 12–14, but open to all.
</div>
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/advanced/" target="_blank">
<a class="button" href="https://code-for-life.gitbook.io/independent-student-resources/rapid-router-resources/advanced" target="_blank">
<button class="button--primary button--icon">
Go to lessons<span class="iconify" data-icon="mdi:open-in-new"></span>
</button>
Expand All @@ -171,10 +171,11 @@ <h6>Session 2</h6>
<h6>Session 3 & 4</h6>
<p>Extra tasks for children who want a challenge! Watch the if...do video to learn about selection
statements. Ask your child to explain how their finished program works!</p>
<h6>Session 5</h6>
<p>Learn more about if...else through traffic lights. In the Traffic Lights levels in Rapid Router, traffic light is a variable that either contains red or green.</p>
<h6>Extended</h6>
<p>Build on everything learned so far with traffic lights, limited blocks, procedures and brain teasers.
Older children might even like to start learning to program using the Python language using levels
80 onwards.</p>
Older children might even like to start learning to program using the Python language using <a href="{% url 'python_levels' %}">Python Den</a>.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit d26590e

Please sign in to comment.