-
Right now `and` and `or` are introduced in level 13. It makes sense to me that we'd also introduce `in` in combination with `if`. In is already working and we use it in `for dier in dieren`, but it's…
-
When I try to remove a student from a class, using the 'verwijder ..' button in the class overview, I do get the question if I am sure. If I press 'yes' nothing happens, the student is still in my cla…
-
-
f.e. (level 4)
```
name is ask 'ποιό είναι το όνομά σου;'
if name is Hedy print `ωραία` else print `μπου!`
```
-
I've made a presentation to make the teacher page look better. This page can be embedded into the English for teachers page.
This presentation can replace : For teachers — Hedy, Introduction Hedy,…
-
**Describe the bug**
Currently when opening a shared program by share link the page will always be loaded in the Frysk language. When switching languages only the menubar changes correctly (expect th…
-
**Describe the bug**
The output of the code is 'banaan', but it should be 'eerstefruit'
**Paste the Hedy code & level**
fruit is ['banaan', 'appel', 'kers']
eerstefruit is fruit[1]
print('eer…
-
Currently when verifying your mail address after creating an account you land on the homepage; giving the user no information if the verification of the mail address was successful. It would be nice t…
-
Hi @fpereiro!
#757 made me realize quizzes can't really be localized at this point (I assumed it was just about content). Can we make that happen?
-
**Describe the bug**
After indentation is introduced in level 7, if you type a line consisting of only spaces it will throw a ParseException, and the resulting error does not say space, it just says …