Search results

Online

Saltwater crocs: resourceful or a resource?

This lesson focuses on the analysis of a dataset that records scientific data collected about the crocodile population in the Kimberley region during 2015. The lesson follows an inquiry process where students use the dataset to answer relevant questions about the crocodile population. It also provides an opportunity for ...

Online

Note the music

We can program a computer to play music. Conventionally this is done by hard coding, which is the process of coding all possible expected behaviours. Alternatively, we can train an artificial intelligence (AI) computer about what notes go well with others, so it can play a duet with a human musician. Students can make their ...

Online

Heads or tails

In this lesson we show how to transition from a visual based programming language to using a text-based programming language using the example of a heads or tails coin toss application.

Online

Check out the checkout

This sequence of lessons explores how to incorporate user input, decision-making and loops in programming using the context of a shopping experience, particularly the checkout. It combines data in the form of a barcode and programming choices.

Online

Interpret and compare data displays: Year 6 – planning tool

This planning resource for Year 6 is for the topic of Interpret and compare data displays. Students interpret and compare datasets using different data displays and visualisations.

Online

Scratch Creative Computing Guide

There is also a series of units comprising learning activities, paired with assessment activities and templates that can be used to support use of the Scratch (MIT) platform. The Scratch Creative Computing Guide supports assessment activities with visual programming environments.

Video

Decimal fractions video

Use this video to explore decimal fractions, how they are represented and how we use them in day-to-day contexts.

Online

Water Water everywhere!

In this lesson, students are presented with the challenging problem of measuring a volume of water using containers that are not the exact measurement size. Students will decompose a complex problem into discrete steps, design an algorithm for solving the problem, and evaluate solution efficiencies and optimization in a ...

Online

Visual to text coding: Lesson 8

This is the eighth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It brings together skills from the previous lessons to design and develop a Higher Lower game, where the player tries to guess ...

Online

Makey Makey Orchestra

In this learning sequence students explore an orchestra and use Makey Makey to make a musical instrument for an ensemble.

Online

Visual to text coding: Lesson 4

This is the fourth in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. This lesson may take two to three 45-minute periods. It introduces the combining of logical operators and and or for more complex decisions.

Online

Visual to text coding: Lesson 2

This is the second in a series of lessons to transition from visual coding to text-based coding with a general-purpose programming language. This lesson may take two to three 45-minute periods. It introduces how to make decisions (branching) and identify data types.

Online

Angles and parallel lines: Year 6 – planning tool

This planning resource for Year 6 is for the topic of Angles and parallel lines. Students explore angles on a straight line and angles within shapes. They identify the relationships between angles and use these to determine unknown angles and describe their reasoning. Students should be familiar with 90° and 180° angles, ...

Online

Creating compost

Compost is created when organic materials such as twigs, leaves, dry grass and kitchen food scraps break down. Composting is a great way to reduce the amount of landfill that is produced, and also provides soil full of good nutrients that can be used on the garden. OUTCOMES of this learning activity are for students to: ...

Online

Creating a yarning circle: yarning and wellbeing

This learning activity will help you make connections between yarning and wellbeing programs, and how you can use yarning circles to support respectful, honest and open communication to promote connectedness among students, particularly using the morning circle routine. It is part of a sequence of 8 individual learning ...

Online

Creating a yarning circle: connecting to Landcare

This activity is designed to help you make connections with your local Landcare or environmental group and facilitate a partnership with these organisations. It is part of a sequence of 8 individual learning activities designed to support the use of yarning circles. OUTCOMES of this learning activity are for children to: make ...

Online

Transformation: Year 6 – planning tool

This planning resource for Year 6 is for the topic of Transformation. Students continue to develop their understanding and skills in transformations including reflections (flips), translations (slides) and rotations (turns).

Video

Area and perimeter video

Use this video to connect area and perimeter to real world applications to set the context for why we are learning about area and perimeter.

Online

Creating a sensory garden

A sensory garden is a garden that engages all the senses: touch, smell, hearing, sight and even taste. Sensory gardens create a rich sensory experience as users directly and indirectly interact with the plants and the space. In addition to providing tips for creating a sensory garden and the best types of plants to choose, ...

Online

Visual to text coding: Lesson 11

This is the eleventh in a series of lessons to transition from visual coding to text-based coding with a General Purpose Programming language. It builds on the coding concept of functions. With the addition of parameters, functions allow the programmer to adapt their reusable code’s behaviour, tapping into the Computational ...