-
(This is a refactoring/cleanup task.)
----------------
The following occurs side-by-side, and may get confusing to contributors:
```py
class ParseException(HedyException):
def __init__(…
-
**Describe the bug**
Sign-up does not work (not because the welcome email fails to send). The root cause seems to be that this commit: https://github.com/Felienne/hedy/commit/744bfbbf569a6149a8c27c66…
-
**Describe the bug**
Error messages in non-En leak English concepts
**Paste the Hedy code & level**
Level 2:
```
dieren is hond, kat, kangoeroe
print dieren
```
**Add a screenshot (optiona…
-
### Discussed in https://github.com/Felienne/hedy/discussions/1021
Originally posted by **remva** October 14, 2021
While trying out Hedy's levels, I figured that I have the attention span of a…
-
For example: http://www.hedycode.com/hedy/23?lang=nl
-
Wanneer je onderstaande code gebruikt in level 2:
```
plaatsen is een stad, een dorp, een strand
print test plaatsen
```
Krijg je de volgende Python error:
`cannot concatenate 'str' and 'l…
-
**Idea incl level**
Currently teachers are able to create a class and get overall information of students. However, we would like to offer teachers a more customizable experience. Within the class ov…
-
When visiting a site from the middle of the quiz ( so if you haven't started it from the beginning) the session variable session['total_score'] gives a NoneType when it's addes with question['question…
-
As reported by @MarleenGilsing :
A lot of times, the error message states "you forgot a quotation mark" but they didn't. They did however use `print` wrong, but it wasn't always a quotation problem…
-
The errors must be translated so that they are meaningful to the users. This implies there should be no leaking of the internal types, e.g. 'text' and 'number' should be used in stead of 'string' and …