How to automatically uncheck boxes connected to radio button?
Hi,
I have a set of radio buttons connected to checkboxes. This connects a quiz to the answer key to make it easier to mark. While on some parts of the quiz I can use radio buttons for both quiz and answers, some answers need to toggle more than one selection in the answer key (so if the person selects answer A, it marks as correct for two answers on the answer key so it simulates branches), which you can't do with radio buttons. I've connected the quiz to the answer key, but when I change the radio button selection or undo the answer to clear it, the checkboxes stay checked. This would (obvously) skew the score if all checkboxes are tallied because someone changed an answer. How do I connect it so that when the radio selection clears or changes, so do the checkboxes connected to it?
This is the code I'm using (In the mouse-up action on the radio buttons)
this.getField("CheckBox1").value = "Yes";
Thanks for any help you can offer!
