Search results

Online

Visual to text coding: Setting Up

This series of lessons is to help students to transition from visual coding to text-based coding with a general-purpose programming language. This section provides guidance on how to set-up the particular programming environment including Scratch, Python and JavaScript.

Online

Data bias in AI

Artificial intelligence can sometimes be biased to certain shapes or colours. When such AI systems are applied to situations that involve people, then this bias can manifest itself as bias against skin colour or gender. This lesson explores bias in AI, where it comes from and what can be done to prevent it.

Online

Light up soft toy with LilyPad

This project will explore two ways of controlling the flow of current to a LED using a button and switch. No programming is initially expected in this project, however once students are comfortable with connecting or sewing their circuits and attaching lights, a follow-up project that involves using a pre built Arduino ...

Online

Pencil code program: Lady MacBeth Chat Bot

Use this program to create an interactive chat bot who answers questions as if she is Lady Macbeth. Have students analyze, fill in or change parts of, or use the program to create their own variation and rendition of a character. This program could be used to further your understanding of how you could use Pencil Code in ...

Online

Whose Country: exploring First Nations peoples languages map (13-18yrs)

This activity introduces the Aboriginal and Torres Strait Islander peoples as the First Nations peoples of this Country. They are the traditional custodians of the lands, waterways and skies across Australia and that it is important for us to recognise that. Learning about Aboriginal and Torres Strait Islander languages ...

Downloadable

Geometry: Foundation to Year 9

This comprehensive resource describes the progression of geometric reasoning. The resource demonstrates examples of relevant teaching strategies, investigations, activity plans and connected concepts in geometry including teaching and cultural implications.

Downloadable

Number: Foundation to Year 9

This comprehensive resource describes the progression of number-related ideas showing the relationship to other curriculum strands. The resource demonstrates examples of relevant teaching strategies, investigations, activity plans and connected concepts in number including teaching and cultural implications.

Downloadable

DT Challenge - 5/6 Blockly - Biology

Learn about the differences between animals, and how Biologists use programming to help them do science! We'll learn about the features of animals, structural and behavioural adaptation, and how to use these properties in order to identify them. So hop in and learn some science! This course is based on the Year 5 science ...

Downloadable

DT Challenge - 7/8 Javascript - Space Invaders

In this coding challenge, students learn about programming in JavaScript, including data representation, decomposition, design, branching, iteration, functions, variables, animations, tracing and evaluation.

Downloadable

digIT Games workbook

This lesson will help students develop a basic understanding of computer programming structures by using block language Scratch. It will also introduce student to using Python with the Makey Makey electronic input device to create a game controller.

Downloadable

DT Challenge - 7/8 Python - Chatbot

Write programs to solve problems with code and create word games! In this DT Challenge, you'll learn how to play Mad Libs, Questions, Taboo, and Word Chain, and even write your very own Pirate Chatbot! Can you fool your friends into thinking they're talking to a real person? Learn how to create a series of word games with ...

Interactive

Safe Crossing Creator - Minecraft: Education Edition

A game for students to understand how to be safe when using railway and tram crossings. Students will read stories of characters, interpreting the unsafe behaviour shown and creating/placing a sign to remind all crossing users of the safe behaviour. As a learning artefact students produce a report detailing the unsafe ...

Interactive

Stellarium Web

Stellarium provides a web-based version of a planetarium that allows users to explore what's visible in the sky from any location in the world. It calculates the positions of the Sun and Moon, planets and stars, and draws how the sky would look to an observer depending on their location and the time. It can also draw the ...

Downloadable

The wide wide world of sports betting

This lesson explores the difference between perfectly predictable events (like the roll of a die) and less certain events (such as sports). Students investigate mathematically how sports bookmakers create odds to guarantee themselves a profit and pay gamblers less for a win than they deserve. The lesson is outlined in ...

Online

Area and perimeter: Year 7 – planning tool

This planning resource for Year 7 is for the topic of Area and perimeter. Students should be familiar with the concept of area and how to find the area of a rectangle. They will extend this knowledge to find the formulas for the areas of other shapes, such as a parallelogram and triangles.

Online

Proportional reasoning: Year 7 – planning tool

This planning resource for Year 7 is for the topic of Proportional reasoning. Students are introduced to ratios as a method of comparing quantities. Students learn how to recognise and represent these comparisons to solve problems. The concept of dividing a quantity by a given ratio is also introduced.

Online

Mathematical modelling (Measurement): Year 7 – planning tool

This planning resource for Year 7 is for the topic of Mathematical modelling. Students use the mathematical modelling to solve representations of real-world problems.

Online

Acquire and record data: Year 7 – planning tool

This planning resource for Year 7 is for the topic of Acquire and record data. Students develop a robust statistical vocabulary. This includes defining and distinguishing between discrete numerical and continuous numerical data. To illustrate the differences students should be asked to collect sets of data from their peers. ...

Online

Coding a sentimental chatbot in Python

Incorporating 11 tutorial videos and two informative lecture videos, this learning sequence explores natural language processing, a significant application of artificial intelligence. Teachers and students are led through the coding in Python of a chatbot, a conversational program capable of responding in varied ways to ...

Online

Visual to text coding: Lesson 6

This is the sixth 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 builds on the previous introduction to arrays (also called lists) and brings in the length property.