Reset orm

I am having a problem with the Reset Form action.I currently have a page with a form on it. The form has 13 Radio Button Groups. The user makes their selection(s) then clicks a button which provides correct/incorrect feedback. The user is given 2 attempts at getting it right before moving to the next page.If the user is incorrect on their first attempt, they can click a reset button which has the action "reset form" attached to it.Here's the problem I'm encountering: if the user gets it wrong the first time, they click the reset button and it *appears* that the buttons have been reset since they now appear blank. But even if the correct radio buttons are selected the second time (some radio groups only have one option in them - so leaving them blank is correct), the feedback shown is incorrect, rather than correct.To figure out the problem, I put in text boxes that change contents to the values of the radio buttons on click of the button they use to submit/check their answers. It seems that even though the button is cleared, the value of the associated variable is not.Am I misunderstanding the point of the "Reset Form" action?? Do I have to manually insert actions for each radio button to clear the variable values? Any help is appreciated!! Thanks!

Discussions have been disabled for this post