Facilitation Notes
Teacher Resource 3
Facilitation Notes
Use these prompts while students plan, code, and debug.
Facilitation focus
Use these prompts to keep students focused on one clear story moment and the coding choices that make the moment visible.
ChooseDecomposePlanBuildDebugShare
| Moment | Teacher Prompt | What to Watch For |
|---|---|---|
| Choosing a scene | Which part of the story would be interesting to see, hear, or animate? | Students may choose too much. Push them toward one focused moment. |
| Decomposing | What are the smaller parts inside this scene? | Ask for:
|
| Planning code | What should happen first? What should happen next? | Require a clear plan before coding. |
| Debugging | What did you expect to happen, and what actually happened? | Encourage testing one sprite or script at a time. |
Useful sentence frames
I chose this moment because ________________________________.
The first thing that happens in my scene is ________________________________.
I used __________________ in Scratch to show __________________.
I debugged my project by ________________________________.