I have an activity where students are moving a point on a graph then pressing an action button to watch it rotate.
Right now, the students can continue to move the point after the rotation happens, but I want the graph to reset as soon as they move the point.
I tried resetOnChange, but no luck.
I essential want something like:
resetOnChange: graph5.number(“u_1”)
So when that value is adjusted things reset.
Thanks!