Silent Teacher – A game to learn how to code
silentteacher.toxicode.fr
Silent Teacher – A game to learn how to code
1–10 of 56 posts
Re: Silent Teacher – A game to learn how to code
#21. This doesn't teach you how to code, this teaches you how to read code and learn arithmetic logic that goes with programming. 2. You use Javascript as a base.
Re: Silent Teacher – A game to learn how to code
#3Re: Silent Teacher – A game to learn how to code
#4This forces the reader to confront their misconceptions about what is going on by exploring edge cases. (number + string == ??). Teaching models that force you to guess when you are uncertain can create a deeper understanding by preventing hindsight bias. Everything seems obvious once you know the answer -- the hard part is convincing the student they would have gotten the question wrong before you told them.
Re: Silent Teacher – A game to learn how to code
#5I will say arrays need makes a quick jump since the concept of starting counting at 0 is sometimes new to them.
If I were to use this, the features I'd love to see are the option to view it in different languages (I teach Python and Java). Also, someway of setting up practices and monitoring student activity would be nice; like, homework is 20 correct answers of math, variables, functions.
Very cool site!
Re: Silent Teacher – A game to learn how to code
#6Very well done, congrats guys!
PS. Consider translating http://www.toxicode.fr/ into English for visitors from the US. Your services are in much demand over here. And get the .com too!
Re: Silent Teacher – A game to learn how to code
#7Re: Silent Teacher – A game to learn how to code
#8My problems: 1. This doesn't teach you how to code, this teaches you how to read code and learn arithmetic logic that goes with programming. 2. You use Javascript as a base.
Re: Silent Teacher – A game to learn how to code
#9Re: Silent Teacher – A game to learn how to code
#10I like the look and feel of it, I just think the content should be tweaked a little bit to pick up the pace. Maybe some hints they can look at if needed.
Also, multiple language support would be good.