-
Notifications
You must be signed in to change notification settings - Fork 1
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
showAnswers fails on Game Screens #32
Comments
Looks like when I got rid of for-of loops I accidentally reused the variable Should be fixed now, can you verify? And for now I don't know of plans to add the showAnswers setup for the matcher sim. |
This is working great in great in intro and mixed-numbers. However, there is no showAnswers button present in the game screen of fractions-equality. This sim may require different behavior, because there can only be one proposed solution at a time unlike the other sims. Unless all of the solutions are made immediately present in the top level answer boxes. This sounds like a design question. Thoughts @jonathanolson? |
That's a screen that is pulled directly from fraction-matcher. I'm fine to either create an issue to look into handling showAnswers (which won't happen before the 1.0 release for the other sims), or to leave it out (since those levels aren't as difficult). Thoughts? |
I propose making an issue, referencing this one, and not handling showAnswers for this screen right now because the behavior may be different. Once we get around to updating the code base for fraction-matcher we can handle this showAnswers behavior as well. I'll leave to you to create the issue and close this one if that sounds good. |
Sounds good, created #34, thanks. Closing. |
Found in #29. Clicking the showAnswers button on the screen causes and error.
Fractions-Intro: Game Screen
Fractions-Intro: Game Screen
Fractions-Equality: Game Screen
The button never appears on screen.
The text was updated successfully, but these errors were encountered: