{% extends 'portal/base.html' %} {% load staticfiles %} {% load app_tags %} {% load table_tags %} {% load cache %} {% 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 }} {% cache 3600 fragment-materials-page %}

Key Stage 1

KS1 icon

Students will learn the basics of coding by programming a delivery van to drive around simple routes.

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 %}

Session {{ ks1_session.session_number }}

{{ ks1_session.description }}

{{ ks1_session.levels_covered }}

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

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 program 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

Key Stage 2

KS2 icon

Students will develop their understanding of programming principles by learning how to use repeat loops, in a visual programming language.

Download all KS2 resources ZIP icon

Sessions KS2

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 ks2_session in ks2_sessions %}

Session {{ ks2_session.session_number }}

{{ ks2_session.description }}

{{ ks2_session.levels_covered }}

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

Resource Sheets 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 ks2_sheets %}

Program Solutions KS2

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

View program solutions

Activity Set KS2

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

View activity set

Assets KS2

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

Assets

Code wall cards

Assessments 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 Sheet

Self Assessment Sheet

Teacher Record Sheet

Key Stage 3

KS3 icon KS3 icon

Students will continue to 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. They will also learn the basics of the text-based language: Python. Throughout, they will be designing, creating and debugging their own programs.

Download all KS3 resources ZIP icon

Sessions KS3

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.

Lower KS3: Year 7 students (11–12 year olds)

You may wish to recap on earlier levels if your pupils haven’t already completed levels 17 — 28.

{% for lower_ks3_session in lower_ks3_sessions %}

Session {{ lower_ks3_session.session_number }}

{{ lower_ks3_session.description }}

{{ lower_ks3_session.levels_covered }}

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

Intermediate KS3: Year 8 students (12–13 year olds)

{% for intermediate_ks3_session in intermediate_ks3_sessions %}

Session {{ intermediate_ks3_session.session_number }}

{{ intermediate_ks3_session.description }}

{{ intermediate_ks3_session.levels_covered }}

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

Upper KS3: Year 9 students (13–14 year olds)

{% for upper_ks3_session in upper_ks3_sessions %}

Session {{ upper_ks3_session.session_number }}

{{ upper_ks3_session.description }}

{{ upper_ks3_session.levels_covered }}

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

Resource Sheets KS3

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.

Lower KS3: Year 7 students (11–12 year olds)

{% resource_sheets_table lower_ks3_sheets %}

Intermediate KS3: Year 8 students (12–13 year olds)

{% resource_sheets_table intermediate_ks3_sheets %}

Upper KS3: Year 9 students (13–14 year olds)

{% resource_sheets_table upper_ks3_sheets %}

Program Solutions KS3

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

Lower KS3 program solutions

Intermediate KS3 program solutions

Upper KS3 program solutions

Activity Set KS3

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.

Lower KS3 activity set

Intermediate KS3 activity set

Upper KS3 activity set

Assets KS3

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

Lower KS3 Assets

Intermediate KS3 Assets

Upper KS3 Assets

Assessments KS3

Assessment guidance sheets for teachers to explain techniques and key questions. You can download the whole set (zip file), or view and download them individually below.

Teacher Assessment Sheets

Lower KS3 Assessment Sheet

Intermediate KS3 Assessment Sheet

Upper KS3 Assessment Sheet

Student Self-Assessment Sheets

Lower KS3 Self-Assessment Sheet

Intermediate KS3 Self-Assessment Sheet

Upper KS3 Self-Assessment Sheet

Teacher Record Sheets

Lower KS3 Teacher Record Sheet

Intermediate KS3 Teacher Record Sheet

Upper KS3 Teacher Record Sheet

{% endcache %} {% endblock content %}