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

Instrument visibility of yellow/purple prediction feedback #242

Closed marlitas closed 1 month ago

marlitas commented 1 month ago

Create a successIndicatorsAreActive, or successIndicatorsActivated, or successIndicatorsVisible Property. Naming TBD.

marlitas commented 1 month ago

I decided to call it successIndicatorsOperatingProperty.

marlitas commented 1 month ago

This is ready for design and code review. I did think after the fact that areSuccessIndicatorsOnProperty might be a good name too... Easy to change if we have a better name.

Over to @amanda-phet and @jbphet

amanda-phet commented 1 month ago

This us working as expected!

Should meanShareAndBalance.levelOutScreen.model.successIndicatorsOperatingProperty be linked under meanShareAndBalance.levelOutScreen.view.meanPredictionSlider?

marlitas commented 1 month ago

Linked above!

amanda-phet commented 1 month ago

Looks good!