hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.27k stars 282 forks source link

📜 Level 13 Tic Tac Toe is a non sequitur #5516

Closed t1u1 closed 1 month ago

t1u1 commented 1 month ago

This exercise in level 13 asks students to debug some code which has concepts that haven't been introduced earlier:

While observing students trying to solve this, I found them very confused.

PS. Thanks for creating this excellent project :pray:

Felienne commented 1 month ago

Hi @t1u1!

Thanks for the kind words! We were aware too and this adventure is now moved to level 16 with more explanation:

https://hedy.org/hedy/16#tic

t1u1 commented 1 month ago

That's great! I see that this adventure is now broken down into smaller parts and with detailed explanations too! :+1:

Thanks again!

PS: Is there a changelog or announcement of what has been deployed to the website? It would help me decide whether students need to redo some levels.