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

Add clarification to Compare Screen example for adjusting mass #165

Closed arouinfar closed 1 year ago

arouinfar commented 1 year ago

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

@Nancy-Salpepi asked on Slack:

As I was testing Density today in Studio, on the Compare Screen, with “same mass” it is possible to change the volumeProperty making the masses unequal (which is expected). There is a statement about this in the examples doc (There is no enforcement of “Same Mass”, “Same Volume”, or “Same Density” in the model, so take care when making customizations. If changing the volume of blocks in the “Same Mass” set, you will need to also change the block’s density to maintain the original mass.), but it isn’t under the “specify block mass” section. Wondering if it should also be included there--especially since that section appears first and I feel like that statement is really important for designers to understand what is happening?

I should add some clarification to this section of the examples doc: https://github.com/phetsims/phet-io-sim-specific/blob/master/repos/density/examples.md#compare-screen

arouinfar commented 1 year ago

Examples doc updated in the above commit, closing.