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.29k stars 284 forks source link

[CONTENT] Add adventure with only visible output screens. #4007

Open MarleenGilsing opened 1 year ago

MarleenGilsing commented 1 year ago

I would like to add adventures that have a hidden inputcode, but you can still run it and see the output. The student has to recreate the code. This could also be done in a quiz form, so the students get like 5 codes increasing in difficulty to recreate.

I could make this, don't know how yet, but I'll make it an issue so I don;t forget about it.

Felienne commented 1 year ago

Is this the same as (or similar to) #1936 but more generic?

MarleenGilsing commented 1 year ago

If this issue is possible, we wouldn't need #1936, because we could show the end result of any code, so turtle code too. If this issue is (too) hard to create, then #1936 would be a nice shortcut, because I could just make some screenshots of turtledrawings and place them in the adventure as an image. But of course it would be nicer if the turtle moved instead of just a screenshot.