I have a screen where students are shown a point, enter it’s coordinates and the point is graphed, with a segment from the preious point.
So far I parsed x and y of the submitted point, captured them upon submition, and refernced the history list graph everything I needed. It works great as long as the students are always right, but I want there to be an option for a student to try again. my problem is that I don’t know how to skip over the elements on the list that the student wanted to correct. Anyone knows how to do this?
Here’s the screen: connect the dots • Activity Builder by Desmos Classroom
TIA