Activity 01
Pair Programming: Simple Click Story
Pairs select a story theme, like a treasure hunt. One partner drags event blocks, such as 'when green flag clicked' to start and 'when sprite clicked' to reveal clues. They test together, alternating roles to add actions like speech bubbles, then swap to debug.
Explain how an 'event' block triggers an action in a program.
Facilitation TipDuring Pair Programming: Simple Click Story, circulate and ask each pair, 'What happens when you click the sprite? How is that connected to the code?' to keep them talking about events.
What to look forProvide students with a simple visual program snippet showing an event block. Ask them to write one sentence explaining what will happen when the event is triggered and one sentence describing a different event that could be used.