phetsims / plinko-probability

"Plinko Probability" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 7 forks source link

bin numbers start from zero? #54

Closed pixelzoom closed 8 years ago

pixelzoom commented 8 years ago

A design question for @amanda-phet ...

I noticed that the bins in this sim (and the original Flash version) are numbered starting from zero. I wanted to verify that this is really what's desired, and not a "programmer-ism" that snuck into the user presentation.

I did a Google search, and sometimes I see the bins numbered from zero (http://ptrow.com/articles/Galton_June_07.htm), other times numbered from 1 (e.g. https://scratch.mit.edu/projects/92200985/).

pixelzoom commented 8 years ago

@ariel-phet also feel free to chime in if you have any information on this.

ariel-phet commented 8 years ago

@pixelzoom this was definitely intentional, but thanks for checking. Since the bins represent a histogram of the number of balls that have actually landed in the bin, they should definitely start from zero.

Closing.