Live data from Hacker News

Silent Teacher – A game to learn how to code

silentteacher.toxicode.fr

1–10 of 56 posts

Re: Silent Teacher – A game to learn how to code

#4
Really well executed.

This 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

#5
Since becoming an instructor, I love these tools to help reinforce what I'm teaching. Its rapid fire enough and randomized enough that you can fire off 5-10 small 'exercises' without having to build elaborate (in the student's mind) programs to practice the concept. The sequence of math to functions was great in my opinion. Hammer home the math, then repeat with a twist.

I 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

#7
This is just what I was looking for to help one of the designers at my job learn about how variables and functions work. She's good with photoshop but her usefulness is seriously limited by her inability to write code - I've been trying to figure out how to get the basic concepts through to her gently.

Re: Silent Teacher – A game to learn how to code

#8
post #2

My 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.

It teaches how variables work though, which can be one of the toughest parts about understanding code.

Re: Silent Teacher – A game to learn how to code

#10
Even if I had never tried to program before, I feel like it starts/progresses way to slowly. It gave me like a whole pages worth of questions about adding single digit integers or combining small strings.

I 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.

Post reply on HN