Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Home learning #2362

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading