Description
Relay-Loop Race — Summary
Overview
This activity turns for loops into a physical relay race. Students take on roles to act out loop execution:
- Counter — reads the loop header, tracks the counter (i, k, etc.), and signals laps.
- Runner — physically runs laps (or steps) and announces variable updates.
- Variable Tracker — records variable changes without seeing the runner.
- (Optional) Recorder — writes down final values for submission.
The structure helps students internalize loop iteration, increments, and conditions by physically modeling them.
Levels
- Level 1 (Cards 1–10): Foundational loops. Focus on simple increments, decrements, sums, and one nested loop.
- Level 2 (Cards 11–20): Challenge loops. Include conditionals (even/odd updates), resets, multiplication, nested loops with conditions, and mixed step sizes.
Each card provides code for students to act out, progressively increasing in complexity.
Teacher Support
- Timing: Level 1 ~15–20 minutes, Level 2 ~20–25 minutes.
- Tips: Print/cut half-page cards; shuffle or use in order; emphasize physical acting-out for engagement.
- Assessment: Exit Ticket provided; teacher keys included for all cards (laps + final variable values).
Master Answer Key
Detailed answers show the number of laps and the final value of variables for all 20 cards (e.g., Card 1 runs 3 laps with final x=3; Card 20 runs 4 laps with final x=9).
Discussion Guide
Includes reflection questions and sample answers for class discussion, covering:
- Counting laps (off-by-one, zero iterations, < vs <=).
- Incrementing patterns (i++ vs i += 2, countdown loops).
- Variable updates vs laps (when they diverge).
- Conditionals (even/odd updates, partial changes).
- Patterns and strategies (nested loops, resets, prediction strategies).
- Wrap-up prompt on which cards were most challenging.
✅ In short: The packet is a fully prepared, unplugged CS activity where students “run” loops to visualize iteration, with scaffolded difficulty, teacher keys, and guided discussion for reflection.
Do you want me to also create a shorter TPT product description blurb (3–5 sentences, teacher-facing) that you can paste directly into your listin
Highlights
Description
Relay-Loop Race — Summary
Overview
This activity turns for loops into a physical relay race. Students take on roles to act out loop execution:
- Counter — reads the loop header, tracks the counter (i, k, etc.), and signals laps.
- Runner — physically runs laps (or steps) and announces variable updates.
- Variable Tracker — records variable changes without seeing the runner.
- (Optional) Recorder — writes down final values for submission.
The structure helps students internalize loop iteration, increments, and conditions by physically modeling them.
Levels
- Level 1 (Cards 1–10): Foundational loops. Focus on simple increments, decrements, sums, and one nested loop.
- Level 2 (Cards 11–20): Challenge loops. Include conditionals (even/odd updates), resets, multiplication, nested loops with conditions, and mixed step sizes.
Each card provides code for students to act out, progressively increasing in complexity.
Teacher Support
- Timing: Level 1 ~15–20 minutes, Level 2 ~20–25 minutes.
- Tips: Print/cut half-page cards; shuffle or use in order; emphasize physical acting-out for engagement.
- Assessment: Exit Ticket provided; teacher keys included for all cards (laps + final variable values).
Master Answer Key
Detailed answers show the number of laps and the final value of variables for all 20 cards (e.g., Card 1 runs 3 laps with final x=3; Card 20 runs 4 laps with final x=9).
Discussion Guide
Includes reflection questions and sample answers for class discussion, covering:
- Counting laps (off-by-one, zero iterations, < vs <=).
- Incrementing patterns (i++ vs i += 2, countdown loops).
- Variable updates vs laps (when they diverge).
- Conditionals (even/odd updates, partial changes).
- Patterns and strategies (nested loops, resets, prediction strategies).
- Wrap-up prompt on which cards were most challenging.
✅ In short: The packet is a fully prepared, unplugged CS activity where students “run” loops to visualize iteration, with scaffolded difficulty, teacher keys, and guided discussion for reflection.
Do you want me to also create a shorter TPT product description blurb (3–5 sentences, teacher-facing) that you can paste directly into your listin




