I have a suspicion that resetOnChange doesn’t work exactly the same when used in different ways, but I’d like to get someone else’s thought on this.
I came across this when creating an Activity that tracks the total number correct on a given screen. I want the Gray checkmark on the dashboard to activate when a student gets one - or more - correct.
This works fine for Math Inputs that use resetOnChange but not Tables or Multiple Choice. Seems like in the latter components, resetOnChange escapes its component scope and somehow overrides dashboard correct logic.