Activity 01
Pair Programming: Core Sprite Challenge
Pairs select a sprite and code basic movements using loops and conditionals. One student drives by dragging blocks, the other navigates by suggesting changes; switch roles after 5 minutes. Test and refine the code together before sharing with the class.
Construct the core functionality of our digital solution using code.
Facilitation TipDuring Pair Programming, sit close enough to hear students’ thinking so you can step in when vocabulary like ‘loop’ or ‘variable’ is used correctly.
What to look forAsk students to write down one large task for their digital solution (e.g., 'Make the character jump'). Then, have them list three smaller steps required to achieve that task. Review their lists for logical decomposition.