Activity 01
Pair Build: Reusable Dance Function
In pairs, students create a function block with three dance moves like spin, jump, and wave. They call the function four times in a program, adding sounds each time. Partners switch roles to test and tweak for smoother playback.
Construct a program that utilizes functions to break down complex tasks into smaller parts.
Facilitation TipDuring Pair Build, circulate and ask pairs to count the total blocks in their programs before and after using functions to highlight the difference in code length.
What to look forGive students a simple task, like making a character move and say 'hello'. Ask them to draw or describe how they would use a function to do this. Then, ask them to write one sentence explaining why using a function is helpful for this task.