diff --git a/portal/static/portal/img/rr_advanced.png b/portal/static/portal/img/rr_advanced.png index 82ccc5a52..8d9cbabbb 100644 Binary files a/portal/static/portal/img/rr_advanced.png and b/portal/static/portal/img/rr_advanced.png differ diff --git a/portal/templates/portal/home_learning.html b/portal/templates/portal/home_learning.html index 8fd9cc3e6..14ba729f3 100644 --- a/portal/templates/portal/home_learning.html +++ b/portal/templates/portal/home_learning.html @@ -15,8 +15,8 @@

About Rapid Router

Rapid Router is our shopping delivery game that teaches children aged 5–14 to learn how to code using - Blockly and Python.

-

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.

+

The game and lessons support the English National Curriculum Computing strand, and teachers across the world love them.

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!

@@ -55,7 +55,7 @@
Beginner
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.
- + @@ -121,7 +121,7 @@
Intermediate
programming constructs. Designed for children aged 8–11, but anyone can progress here if ready.
- + @@ -150,7 +150,7 @@
Advanced
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.
-
+ @@ -171,10 +171,11 @@
Session 2
Session 3 & 4

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!

+
Session 5
+

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.

Extended

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.

+ Older children might even like to start learning to program using the Python language using
Python Den.