phetsims / fourier-making-waves

"Fourier: Making Waves" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

Make ?rewardScore public #143

Closed pixelzoom closed 3 years ago

pixelzoom commented 3 years ago

From https://github.com/phetsims/fourier-making-waves/issues/4#issuecomment-846256591:

Change the condition for triggering the RewardNode (e.g. lower the threshold to 5 stars)

... so make the rewardScore query parameter public.

pixelzoom commented 3 years ago

Done in the above commit. rewardScore must be an integer > 0. If it's not, you'll see an OopsDialog like the example below. @arouinfar please verify in master.

screenshot_1188
arouinfar commented 3 years ago

Looks good in master, thanks!