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

confusing query parameters for testing the histogram #66

Closed pixelzoom closed 8 years ago

pixelzoom commented 8 years ago

The implementation of the 'ballsOnScreen' query parameter is a little confusing and unnecessarily complex. It's also specific to the histogram, which you wouldn't know from the parameter name.

pixelzoom commented 8 years ago

Cleaned up in above commit. The query parameter is now named populateHistogram, used like this, where the value is N, the number of balls.

http://.../plinko-probability/plinko-probability_en.html?ea&populateHistogram=10