I am trying to create an exercise using Perseus. In my case I have created two questions. I am trying to serve these questions in a streak.I am using AJAX to get next question JSON from server always.
Q1 --> Q2 --> Q1 ---> Q2 ---> Q1
Eg: Suppose Q1 is multiple type question having 2 choices, I selected second choice which was correct. Then the next question Q2 comes because I have selected correct choice for Q1. Q2 is also multiple choice question alos having 2 choices but when it rendered the second option is selected by default as I have selected second one in previous question Q1.
How do I clear previous choice or input text?.
Thanks