Activity 01
Think-Pair-Share: Prompt Quality Critique
Show three versions of the same input prompt, ranging from vague to specific. Students individually rank them from best to worst and write one sentence explaining their top choice. Partners compare rankings, then the class discusses which prompt characteristics produce the fewest user errors.
Design a program that prompts a user for input and provides a relevant output.
Facilitation TipDuring Think-Pair-Share, assign specific roles (e.g., prompt critic, user advocate) to ensure all students engage with the quality of the prompt, not just the activity structure.
What to look forProvide students with a short code snippet that takes input and produces output. Ask them to write down what the output will be for a given input, and identify the prompt and the output statement in the code.