Annelies Vlaar

Results 106 comments of Annelies Vlaar

With adding examples to custom adventures there was a question on how this would fit in the interface. I have painted an idea by using the tab structure. There could...

I made Hangman for level 18. ``` def galg(stap): if stap == 1: color white forward -100 turn 90 forward -50 color black forward 100 forward -50 color black if...

Here is hangman code that will work in level 17 ``` define galg with stap : if stap == 1: color white forward -100 turn 90 forward -50 color black...

This hangman code cannot be translated to level 15 because: * You can't make an empty list (word = []) * You can't print a list. Both problems can be...

@MarleenGilsing Simon says texual is like 'ik ga op reis en neem mee'? Then we can also play it with multiple players instead of against the computer. I think the...

To use the while loop I had to move to level 15. Also in this code it is difficult to make it work since you cannot create a empty list....

Because Simon says looks like 'ik ga op reis en neem mee' here is level 15 'ik ga op reis en neem mee' with two players. ``` old_sequence = 'test',...

Is this then the same problem as having the output repeat **x** times? In level 1: ``` ask type a message echo message: ``` 1. Run code 2. Stop program...

I have looked at the achievements for students. Here is a list of the achievements with suggestions to keep (K) and maybe adjust a bit, remove (X) and ideas to...

I have painted some idea's on how to display the variables. This is how the variables are displayed now on top of the output field: ![Hedy-current-variabele-display](https://github.com/hedyorg/hedy/assets/66774020/25ee640a-2f16-43dd-92d5-2df35a0fa3a0) My first suggestion was...