Facilitation Notes

Facilitation Notes

Teacher Resource 3

Facilitation Notes

Use these prompts while students plan, code, and debug.

CodeBronx
Teacher Moves

Facilitation focus

Use these prompts to keep students focused on one clear story moment and the coding choices that make the moment visible.

ChooseDecomposePlanBuildDebugShare
MomentTeacher PromptWhat to Watch For
Choosing a sceneWhich part of the story would be interesting to see, hear, or animate?Students may choose too much. Push them toward one focused moment.
DecomposingWhat are the smaller parts inside this scene?

Ask for:

  • characters
  • setting
  • action
  • dialogue
  • emotion
Planning codeWhat should happen first? What should happen next?Require a clear plan before coding.
DebuggingWhat 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 ________________________________.