OnnoEbbens
OnnoEbbens
My students often create a variable that they don't use. For example: ``` name is Fatih print 'my name is Fatih' ``` It would be nice to raise a Warning...
**Describe the bug** When you define a variable in line 2 and you want to print the variable name as text in line 1 you get an error. **Paste the...
When you forget the last quote in a `print` or `ask` statement the error is unclear (although most of the times not completely off). When you run the same code...
Question 1 level 4 (Dutcht) answer 2 "In level 4 werkt ask anders dan in level 2" is marked as wrong and answer 1 "In level 4 werkt print anders"...
When I try to run this code in level 3 I get an error ``` vraaga is vind je honden aardig, doe jij teveel gamen, je ging op pad print...
Question 3 in the quiz from level 3 is incorrect. The question is "What's wrong in line 2 of this code?" and should be "How do you fix the mistake...
A few months ago the color command was added to the drawing with turtle. I really like that students can now use colors! However I think we should introduce this...
with the option to download them from the BRO
For groundwater extraction objects. I use the `GroundwaterObs` object for this a.t.m. but a separate object is better.
There is already code to read a waterinfo csv file but no code yet to use an API to get waterinfo data. This package (https://github.com/openearth/ddlpy) uses the API so maybe...