phetsims / density

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

Should teachers be able to set Density Readout visible property to false? #113

Closed Nancy-Salpepi closed 2 years ago

Nancy-Salpepi commented 2 years ago

For https://github.com/phetsims/qa/issues/738

For the Intro screen, I thought that teachers might want to have students calculate density on their own sometimes, but there is currently no way to uncheck the checkbox.

Screen Shot 2021-11-18 at 2 47 58 PM
arouinfar commented 2 years ago

Thanks @Nancy-Salpepi. It sounds like you'd like to hide the red/blue dynamic text that labels the density of the red/blue blocks along this scale. I don't think these values are instrumented individually, and the densityReadout is the entire contents of the densityAccordionBox. image

If users want to hide the entire densityReadout they should instead hide the densityAccordionBox.

Please let me know if I've interpreted your request correctly @Nancy-Salpepi.

Nancy-Salpepi commented 2 years ago

You definitely interpreted by request correctly @arouinfar. Thanks for the clarification.