Activity 01
Format Name: Logic Gate Obstacle Course
Students design a physical obstacle course where they must meet specific criteria (e.g., 'wear a hat' AND 'hold a blue object') to pass. Introduce 'OR' conditions (e.g., 'jump over a line' OR 'crawl under a table') and 'NOT' conditions (e.g., 'do not touch the red mat').
Design a game scenario that requires complex Boolean expressions for its logic.
Facilitation TipDuring Pair Programming: Boolean Jump Game, circulate to listen for students explaining their logic out loud before coding, which helps catch misconceptions early.