{% extends 'portal/teach/base_logged_in.html' %} {% load staticfiles %} {% load app_tags %} {% load table_tags %} {% block materials %} Teaching Resources {% endblock materials %} {% block css %} {{ block.super }} {% endblock css %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block pageID %}id='homeWrapper'{% endblock %} {% block subNav %} {{ block.super }} {% endblock subNav %} {% block content %} {{ block.super }}

User Guide

Key Stage 1

KS1 icon

Children will learn the basics of coding by programming a delivery van to drive around simple routes. They will sequence instructions and use simple repetition commands in a visual programming language.

Download all KS1 resources ZIP icon

Sessions KS1

Complete lesson plans for each session, including learning objectives, a list of useful resources, pupil activities, and guidance on share and review following the session.

{% for ks1_session in ks1_sessions %} {% endfor %}

Session {{ ks1_session.session_number }}

{{ ks1_session.description }} {% if ks1_session.video %}(includes video){% endif %}

PDF icon {% if ks1_session.video %} Video icon {% endif %}

Resource Sheets KS1

Resource sheets help you teach coding concepts offline in the classroom. You can download the whole set (zip file), or view and download them individually below.

{% resource_sheets_table ks1_sheets %}

Program Solutions KS1

This sheet gives you the confidence and the understanding needed to teach the lessons and the solutions to each level.

View programme solutions

Activity Set KS1

This activity set gives you an overview of the Key Stage 1 module. It covers the resources that will be useful, learning expectations and teacher preparation.

View activity set

Assets KS1

Printable sheets with all the game assets from direction arrows to scenery for offline activity activities.

Assets

Code wall cards

Assessments KS1

Assessment guidance sheets for teachers explain techniques and key questions, pupil-led self-assessment sheets, along with a record sheet for pupils. You can download the whole set (zip file), or view and download them individually below.

Assessment Sheet

Self Assessment Sheet

Teacher Record Sheet

Lower Key Stage 2

LKS2 icon

Children will develop their understanding of programming principles by learning how to use repeat loops, if statements and respond to changes in variables in a visual programming language.

Download all Lower KS2 resources ZIP icon

Sessions Lower KS2

Complete lesson plans for each session, including learning objectives, a list of useful resources, pupil activities, and guideance on share and review following the session.

{% for lks2_session in lks2_sessions %} {% endfor %}

Session {{ lks2_session.session_number }}

{{ lks2_session.description }} {% if lks2_session.video %}(includes video){% endif %}

PDF icon {% if lks2_session.video %} Video icon {% endif %}

Resource Sheets Lower KS2

Resource sheets help you teach coding concepts offline in the classroom. You can download the whole set (zip file), or view and download them individually below.

{% resource_sheets_table lks2_sheets %}

Program Solutions Lower KS2

This sheet gives you the confidence and the understanding needed to teach the lessons and the solutions to each level.

View programme solutions

Activity Set Lower KS2

This activity set gives you an overview of the Key Stage 1 module. It covers the resources that will be useful, learning expectations and teacher preperation.

View activity set

Assets Lower KS2

Printable sheets with all the game assets from direction arrows to scenery for offline activity activities.

Assets

Code wall cards

Assessments Lower KS2

Assessment guidance sheets for teachers explain techniques and key questions, pupil-led self-assessment sheets, along with a record sheet for pupils. You can download the whole set (zip file), or view and download them individually below.

Assessment Guide

Self Assessment Sheet

Teacher Record Sheet

Upper Key Stage 2

UKS2 icon

Children will revise their skills in the Blockly visual programming language and learn the basics of the text-based language: Python. Throughout, they will be designing, creating and debugging their own programs.

Download all Upper KS2 resources ZIP icon

Sessions Upper KS2

Complete lesson plans for each session, including learning objectives, a list of useful resources, pupil activities, and guideance on share and review following the session.

{% for uks2_session in uks2_sessions %} {% endfor %}

Session {{ uks2_session.session_number }}

{{ uks2_session.description }} {% if uks2_session.video %}(includes video){% endif %}

PDF icon {% if uks2_session.video %} Video icon {% endif %}

Resource Sheets Upper KS2

Resource sheets help you teach coding concepts offline in the classroom. You can download the whole set (zip file), or view and download them individually below.

{% resource_sheets_table uks2_sheets %}

Program Solutions Upper KS2

This sheet gives you the confidence and the understanding needed to teach the lessons and the solutions to each level.

View programme solutions

Activity Set Upper KS2

This activity set gives you an overview of the Key Stage 1 module. It covers the resources that will be useful, learning expectations and teacher preparation.

View activity set

Assets Upper KS2

Printable sheets with all the game assets from direction arrows to scenery for offline activity activities.

Assets

Code wall cards

Assessments Upper KS2

Assessment guidance sheets for teachers explain techniques and key questions, pupil-led self-assessment sheets, along with a record sheet for pupils. You can download the whole set (zip file), or view and download them individually below.

Assessment Guide

Self Assessment Sheet

Teacher Record Sheet

Key Stage 3

KS3 icon

Playing AI:MMO will build on skills learnt in Rapid Router (Key Stages 1 and 2). The game is a Massively Multiplayer Online (MMO) time travelling adventure, which will take them to the next level on their coding journey: Artificial Intelligence and Python.

Download all KS3 resources ZIP icon

Tutorial level sessions KS3

Coming soon.

Resource Sheets KS3

Resource sheets help you teach coding concepts that will be used within the MMO game.

{% for ks3_sessions in ks3_sheets %} {% for ks3_sheet in ks3_sessions %} {% endfor %}

MMO

{{ ks3_sheet.title }} {% if ks3_sheet.video %}(includes video){% endif %}

PDF icon {% if ks3_sheet.video %} Video icon {% endif %}
{% endfor %}

Activity Set KS3

Coming soon.

Assessments KS3

A record sheet for pupils.

Teacher Record Sheet

{% endblock content %}