phetsims / fractions-common

Common code for Fractions simulations
MIT License
0 stars 1 forks source link

Game Design Issue "first attempt" #110

Open KatieWoe opened 5 years ago

KatieWoe commented 5 years ago

Discussed during https://github.com/phetsims/QA/issues/413 From Slack:

Kathryn Woessner:office: 10:44 AM Fraction game question. I think this has been discussed before, and I can't come up with a better solution, but I wanted to make you aware in case I was wrong and it needs an issue. If you get an answer wrong, then replace both pieces (not just one) and get it wrong the show answer still comes up, even though it is the "first" time trying either of those pieces.

doublewrong

Amanda McGarry:office: 10:45 AM that’s correct it’s the second attempt at the problem I see what you mean though, in that case it’s a strange pattern

In general, since the pieces up during the second attempt are all new, it is more like the first attempt at a problem. However, some problems with fixing this could be keeping track of what pieces have already been tried and whether using them again for a new problem is a first or second try. Making sure it doesn't feel arbitrary when you are given another chance and when "show answers" comes up will be difficult. Fine for now, and any changes will require some intense design. Marking as deferred for now.

KatieWoe commented 5 years ago

Second aspect I just thought of. If you get an answer wrong, and then use two new pieces and get the answer right, it only gives one point even though it could be considered the "first try"

amanda-phet commented 5 years ago

yeah, it's definitely a flaw in the design that we might want to think about down the road.