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.26k stars 281 forks source link

🪲Fix not being able to complete the quiz while in programmer's mode #5615

Closed jpelay closed 1 week ago

jpelay commented 2 weeks ago

If the developers mode was enabled, then the parsons and the quiz became unusable. To solve this I split the logic into two functions: one to set the developers mode and another to show it. Now you can actually complete the quiz and the parsons while in this mode.

Fixes #5172

How to test

mergify[bot] commented 1 week ago

Thank you for contributing! Your pull request is now going on the merge train (choo choo! Do not click update from main anymore, and be sure to allow changes to be pushed to your fork).