{% extends 'portal/teach/base.html' %} {% load app_tags %} {% load static %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block content %}

Teaching Packs

General Resources Key Stage 1, and Lower Key Stage 2
Introduction to Coding Guide
Levels Guide
Glossary

Key Stage 1
Download complete KS1
Activity Set
Program Solutions
Download all Resource Sheets
Download all Assessments

KS1 Sessions Descriptions Videos
Session 1 Unplugged algorithms for moving along a route
Session 2 Starting off on-screen with the app Introduction to Rapid Router with Chris and Matt
Play VideoDownload Video
Session 3 Creating simple algorithms to reach a single destination
Session 4 Creating simple algorithms to reach a single destination along the shortest route
Session 5 Create a more complex algorithm to deliver one or more packages on the way
Session 6 Delivering several packages in a sensible sequence (extension activity)
Session 7 Introducing the repeat code Video 3: Mahana explains repeat functions
Play VideoDownload Video
Session 8 Follow-on and extension work on multiple repeat loops and nested repeats
Session 9 Children create their own routes
Session 10 Try out a partners route

KS1 Assets
Download all KS1 Assets

Key Stage 2
Download complete KS2
Activity Set
Program Solutions
Download all Resource Sheets
Download all Assessments

KS2 Sessions Descriptions Videos
Session 1 Recap on using a simple 'repeat' loop
Session 2 Using repeat with a condition on a simple route: 'repeat until' Video 2: Ana discusses Repeat Until and Repeat While functions
Play VideoDownload Video
Session 3 Using simple selections and repetition: Repeat until at destination 'if…do' Video 4: Chris and Matt introduce If statements
Play VideoDownload Video
Session 4 General solution using repeat until and if…do…(including else if for more able children) Video 5: Helen explains If Else statements
Play VideoDownload Video
Session 5 Extension group activity - Explain why the general program does not work for some more complex maps
Session 6 Traffic lights: understanding variables and the if do…if else statements Video 8: Will discusses variables
Play VideoDownload Video
Session 7 Applying their programming knowledge to create a game challenge
Session 8 Applying their programming knowledge to play and evaluate a game challenge

KS2 Assets
Download all KS2 Assets
{% endblock content %}