-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reward dialog obscures challenge solution #72
Comments
@phet-steele can you create a QA task (for yourself or someone else) to identify other sims with rewardnode where this issue is relevant? |
@phet-steele The common-code implementation (VEGAS/RewardNode) is currently used only in Equality Explorer and the vegas demo application. Make A Ten has its own implementation (which should be replaced with VEGAS/RewardNode, see phetsims/make-a-ten#279). Unknown whether other sims have a similar dialog. If they do, they are not using common code, and an issue should also be created to make them use VEGAS/RewardNode. |
@amanda-phet @pixelzoom what am I looking for? Sims with relevant issues in RewardDialog, or RewardNode? Or both? |
You're looking for sims that open a dialog that obscures the challenge solution. They will not use RewardDialog because it is a new component; they will have their own Dialog, or perhaps something that quacks like a Dialog (as in Make A Ten, where a Panel is used). RewardNode (objects falling behind the dialog) is afaik not implicated in this issue. |
@pixelzoom @amanda-phet I went ahead and looked for both, hopefully I'm correct about most of this. I'm not too happy about the lack of RewardNode usage! 😄 I only looked at published sims, which excludes:
The following sims were also ignored. They have game-like designs, but are vastly different than anything else:
Area Builder
Area Model Algebra/Multiplication
Arithmetic
Balancing Act
Balancing Chemical Equations
Build an Atom
Equality Explorer
Expression Exchange
Fraction Matcher
Graphing Lines/Graphing Slope-Intercept
Make a Ten
Reactants, Products and Leftovers
|
To summarize for @amanda-phet... There is "questionable" overlap in Equality Explorer (phetsims/equality-explorer#104), Make A Ten (phetsims/make-a-ten#284) and Arithmetic (phetsims/arithmetic#183). It is @amanda-phet's call on whether/how to address this. |
…outBounds, and options allow customization, phetsims/vegas#72 Signed-off-by: Chris Malley <[email protected]>
…outBounds, and options allow customization, #72 Signed-off-by: Chris Malley <[email protected]>
Signed-off-by: Chris Malley <[email protected]>
This needs to be addressed on a per-sim basis (no common-code solution), and each sim that has this problem has an associated issue. So closing this issue. |
In phetsims/equality-explorer#104, @amanda-phet identified a problem with the use of the reward dialog (RewardDialog). When you reach a certain score, it opens immediately and obscures the challenge solution.
This problem was also discovered in Make A Ten, see phetsims/make-a-ten#284.
Identify whether these are other sims that have this problem.
The text was updated successfully, but these errors were encountered: