Some of my radio buttons on my test are still staying selected even after inserting this:
function FPushButtonClass()
{
this.init();
falseS.setState(false);
trueS.setState(false);
}
How do I make the radios for each question reset as apposed to them being selected still? If you look at my test you can see it happen on question 4, 7, 8 and 9. It works for the other questions. Any help would greatly be appreciated