phetsims / center-and-variability

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

Create the PhET-iO Examples #136

Closed KatieWoe closed 1 year ago

KatieWoe commented 2 years ago

A bit late, but for https://github.com/phetsims/qa/issues/798. Noticed during a more recent phet-io test.

In studio there are two links (PhET-iO Guide, and Examples) that don't lead to anything. These links are on the right hand side of Studio.

amanda-phet commented 1 year ago

My guess is that these don't work because we didn't create this documentation! @catherinecarter will probably be the one to do that when this sim gets published :)

catherinecarter commented 1 year ago

Making a checklist of things to remember to include in examples.md:

All screens

Median Screen

Mean & Median Screen

Variability Screen

samreid commented 1 year ago

To show the card hand drag indicator centerAndVariability.medianScreen.model.distanceAccordionBox.cardContainerModel.cardDragIndicatorProperty 'setValue`

  "phetioID": "centerAndVariability.medianScreen.model.distanceAccordionBox.cardContainerModel.cards.card1"
}
samreid commented 1 year ago

I feel the design and API has stabilized to a point where this issue and #151 can be worked on. I'll remove the hold.

samreid commented 1 year ago

New command to get the cards in order await phetioClient.invokeAsync('centerAndVariability.medianScreen.model.distanceAccordionBox.cardContainerModel','getData')

catherinecarter commented 1 year ago

@arouinfar checked the examples file, and confirmed all looks good. Closing.