-
Sometimes people combine the `turn right` and `turn 90` commands in level 2:
`turn right 90`
If you do this you will get this error:
```
We can't run your program.
turn is not a Hedy level 2 co…
-
In level 4 many student try to check if a variable consists of two words, for example:
```
naam is James
if naam is James Bond print 'shaken'
```
The error that you get in this case is unclear:…
-
**Update Log/更新日志**
1.增加部分关键词及分类;
2.部分重构代码,进一步缩减代码篇幅;
3.优化性能,更快响应;
**Data/数据**
```json
{"data":[{"app":"","dataId":"tLDZfvzdMfmyL7L5sWkjLLodBuiVfbjN","identify":"category","dat…
-
**Update Log/更新日志**
1.增加部分关键词及分类;
2.部分重构代码,进一步缩减代码篇幅;
3.优化性能,更快响应;
**Data/数据**
```json
{"data":[{"app":"","dataId":"tLDZfvzdMfmyL7L5sWkjLLodBuiVfbjN","identify":"category","dat…
-
**Idea incl level**
Currently users are able to navigate through all levels and from the moment of entering the Hedy environment execute code on all these levels. It would be nice to have a bit more …
-
**Describe the bug**
When I go to level 5 I start at the tab "level 5" with the general introduction. This tab has a lot of explanation which I think is great but because of this I cannot see the cod…
-
**Describe the bug**
Currently, we setting the environment variabels to connect to Alpha all functionality works as expected and similar to when interacting on the alpha website. However, for some re…
-
**Describe the bug**
In level 1, if I first run the `echo` example and then the `forward` example the output screen remains black and no line is shown. With the examples I mean the command examples f…
-
**Describe the bug**
When an `ask` is present in a program, the turtle arrow disappears but otherwise, turtle programs work fine.This seems to happen at all levels and it does not matter if the ask h…
-
Hi @LotusterHaar
We want to be able to use code blocks in answers too, but that does not work, because YAML does not understand code blocks in lists (You can seen @MarleenGilsing's try in #731 for…