phetsims / arithmetic

"Arithmetic" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/arithmetic
GNU General Public License v3.0
5 stars 5 forks source link

No 'hand' image if user makes second answer attempt without 'Try Again' #165

Closed jessegreenberg closed 8 years ago

jessegreenberg commented 8 years ago

Possibly related to #160, If the user makes a second attempt at the answer in 'Factor' screen, the hand icon does not appear. The table cells also do not highlight.

amanda-phet commented 8 years ago

Does this happen after clicking the try again button? Or only if you try again without clicking the try again button?

amanda-phet commented 8 years ago

I ask because this shouldn't happen if you've clicked the try again button. However, we wanted users to be able to try again by clicking the board (and not requiring that they click the try again button), so this is what makes that possible.

jessegreenberg commented 8 years ago

Ah OK, that makes sense. It only happens without clicking the try again button, If the user presses 'Try Again' the hand appears and the table highlights correctly. I guess I expected the table cells to highlight without pressing 'Try Again'.

untitled_video

jessegreenberg commented 8 years ago

Ah, but now I see that the current behavior allows the user to count the area to learn why the factor is incorrect.

ariel-phet commented 8 years ago

yes, this is intended behavior, not a bug. closing