
Materials Needed
Space Needed
Chairs in a circle or small group clusters
Communicating logic clearly before implementation using standardized notation and visual mapping.
Students sit in a circle (or small groups). A prompt is given, and each person must contribute an idea, response, or question in turn. No one can skip, and no one can interrupt. Creates equal airtime and prevents dominant voices from taking over. Simple structure, powerful for equity and inclusion.
Learn about this methodologyTime Range
10-25 min
Group Size
8-35
Space Needed
Chairs in a circle or small group clusters
Bloom’s Level
Remember, Understand, Analyze
Peak Energy Moment
The 'Bug Hunt' transition. The moment students get to take a red pen to another group's 'perfect' logic and find the exact spot where the robot would crash or the thermostat would explode is pure gold.
The Surprise
The 'Loop' requirement in Round 2. Students usually think linearly; forcing a loop mid-rotation usually causes a chaotic but hilarious scramble to figure out how to 'get out' of the loop.
What to Expect
Loud groans when the 30-second timer dings, followed by intense whispering during the Bug Hunt as they try to prove another group's logic is flawed. You will hear: 'Wait, if you do that, it stays in the kitchen forever!'
3 min • Scenario
Read Aloud
You are the lead engineer for a new self-driving delivery drone. The drone is hovering over a customer's porch. It sees a 'Do Not Step on Grass' sign, a sleeping dog, and a closed screen door. If you haven't mapped out the EXACT logic for these variables, the drone might drop the package on the dog or hover until its battery dies. In 30 seconds, tell your neighbor: what is the very FIRST question the drone's brain must ask before it even moves toward the door?
Life Skills Being Developed
Active Listening and BuildingRelationship Skills
Students must carefully process the specific contribution of the person before them to ensure their own addition maintains logical flow and consistency.
Constructive Logic CritiqueSocial Awareness
Participants learn to identify flaws in a shared plan without personalizing the error, focusing on the collective goal of a functional outcome.
Patience in Turn-TakingSelf-Management
The structure requires students to manage the impulse to dominate the conversation, ensuring every voice contributes to the final solution.
5 min
Listen up, team. Today, you aren't coders; you are the Architects of Logic. We are going to build three complex algorithms using a Round Robin format. You'll be in groups of 7. Each group will have a 'Logic Log.' One person starts by writing the first step of an algorithm. Then, you pass the log. The next person must add a condition (an IF statement), a process (an ACTION), or a loop (a REPEAT). But here's the catch: once the log returns to the start, the next round involves finding 'Bugs' in what your teammates wrote. No shouting, no skipping—every person is a vital link in this logical chain.
Group Formation
Divide the class into 4 groups of 7 students each. Have them arrange their desks in a tight circle so they can pass papers easily.
Materials Needed
32 min • 100% Physical
Round 1: The Foundation. The first student draws a 'Start' symbol and writes the first input. Each subsequent student adds one logical step to the 'Logic Log' based on Prompt A (The Smart Thermostat).
Walk around and ensure students are using 'If/Then' language rather than just writing stories.
Round 2: The Complexity Twist. Switch to Prompt B (The Automated Cafeteria Robot). This round, students must include at least one 'Loop' (While/For). The paper moves faster this time—30 seconds per person.
Announce 'PASS' loudly every 30 seconds to keep the energy high and prevent over-thinking.
The Bug Hunt: Students pass their completed Logic Log to the group to their right. Using red pens, the new group must perform a 'Human Trace.' They follow the logic and circle any 'Infinite Loops' or 'Dead Ends' where the logic fails.
This is the peak energy moment. Students love finding 'fails' in other groups' work.
Final Reconstruction: Panels return to original groups. Groups have 8 minutes to redraw their logic as a formal Flowchart on the back of the sheet, fixing the 'Red Pen' bugs identified by their peers.
Encourage them to use the Flowchart Symbol Reference sheet for professional accuracy.
If things go sideways
Differentiation Tips
5 min
Which was harder: writing the logic from scratch or finding the bugs in someone else's logic? Why?
What happened to the logic when someone added a step you didn't expect? How did you adapt?
How does drawing a flowchart help you see a 'forever loop' more easily than just reading text?
How did I adjust my plan when the person before me changed the direction?
How did I feel when someone found a mistake in my logic, and how did I respond?
Did I wait for my turn or did I try to influence the paper while others had it?
Take a moment to reflect on how we handled the 'Bug Hunt.' It's not easy to have our work critiqued, but that's how great systems are built.
Exit Ticket
Identify one 'Standard Symbol' used in flowcharting and explain what logical action it represents.
Connection to Next Lesson
Now that we can map logic on paper, tomorrow we will translate these exact flowcharts into Python code to see if our 'Human Trace' was accurate.
Generate Next Lesson