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 2 english - autofilled 'ask' code is grammatically incorrect #21

Closed dragondave closed 4 years ago

dragondave commented 4 years ago

The top right task with text:

Ask something with ask. Beware! Ask needs a name now.
Example: color is ask What is your favorite color? 

autofills the wrong text:

ask color is What is your favorite color?
print color is your favorite!

[the text is correct, the code is not, and should be "color is ask What is your favorite color?"

dragondave commented 4 years ago

https://github.com/Felienne/hedy/pull/22