Your student's program (model) stops running and he/she gets the message saying "Page Unresponsive" How would you support this student?
The Challenge
What strategy for problem solving would you use in this case?
Winner
This challenge is now over.
Comments
I would ask them to look a the last thing that they changed in their code because it might have overwhelmed the computer. So maybe they could start there.
Answer
"How many turtles are you creating? Read through your code and figure out the exact number. Is it too many?"
Answer
Tell them they might have crashed the system. Tell them it's alright and they might have to exit out of the program and open the file again to see where they went awry.
Answer
I would have them see if they have the correct interface block in their code first. It also could be an internet connectivity issue, so turning off and on wi-fi might fix it.
Answer