Code-first exit tickets: read, predict, debug
The bell is three minutes away after a Grade 7 Python lesson on for-loops. This is the moment to check whether students can trace a short snippet, not to ask for an essay. A coding exit ticket should prioritize three item types: predict the output of a 3–6 line snippet, identify the bug in a near-correct example, and name the concept (e.g., index, condition, scope) that explains a behavior. That mix surfaces real understanding quickly and avoids overloading novice readers.
Keep stems short and concrete. Show the snippet in the stem, reference the same variable names you used in class, and keep distractors plausible: an off-by-one result, a common indentation error, or a boolean flipped the wrong way. Avoid open prompts that require multiple steps of mental execution without a visible code sample. If your class is on Scratch, use a small screenshot or describe the block sequence plainly, and test for event order and loop counts instead of print outputs.
To feel the difference immediately, open the short exit ticket generator and feed it the actual snippet you just ran. Ask for one output prediction, one bug-find, and one concept name. You should see items your students can finish in under two minutes each.