phetsims / mean-share-and-balance

"Mean: Share and Balance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 1 forks source link

Not always able to predict mean on the Distribute screen #296

Closed jessegreenberg closed 2 weeks ago

jessegreenberg commented 2 weeks ago

This is a behavior question, I am not sure if it is a bug. To observe:

1) Got to distribute screen 2) Enable "Predict Mean" 3) Drag the pencil up and down.

There is no position where the mean displays a success. If this is the expected behavior, feel free to close.

For #270.

jessegreenberg commented 2 weeks ago

The code indicates that you should only be able to observe successes if the snacks are distributed, so maybe this is an intentional part of the model:

https://github.com/phetsims/mean-share-and-balance/blob/9fa448c5f7761c04b1776e36492a414a4ee68497/js/distribute/view/DistributeScreenView.ts#L211-L216

marlitas commented 2 weeks ago

Yes, this is the expected behavior. I'll go ahead and assign to @amanda-phet since it was a question about behavior. Not sure if necessary to do anything about it, but want to make sure she is aware that it came up. Feel free to close if you want to leave as is.

amanda-phet commented 2 weeks ago

Yes this is intentional. If you place the line you are just making a prediction. This seemed clear in interviews so I think it's fine to keep as-is.