You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?rewardScore is now a public query parameter. It must be a positive integer, and it defaults to 10. If you use an invalid value, you'll see any Oops dialog when the sim starts.
equalityExplorer.solveItScreen.model.rewardScoreProperty is the new Property. Its initial value is the query parameter ?rewardScore. This Property can be changed via PhET-iO. It's presentation in Studio is shown below.
Note that if you were to play 5 challenges, then set rewardScoreProperty to 4, you're never going to see a reward. A reward is given once per level, at exactly the score indicated by rewardScoreProperty.
From 11/8/2022 design meeting... The PhET-iO client should be able to set the game score at which the reward is shown.
TODO:
rewardScore
a public query parametersolveItScreen.model.rewardScoreProperty
, initialized with EqualityExplorerQueryParameters.rewardScorephetioDocumentation
forrewardScoreProperty
The text was updated successfully, but these errors were encountered: