Javascript calculations and Radio button values
I have a couple questions regarding how to create calculations on a 150 question quiz using radio buttons that I have created.
Each question has 3 choices. "yes" "No" or "?". Each question is labeled as its coresponding number (1,2,3,4,5, etc.) and the radio button choices are currently labeled as "Yes", "No, or "?".
I need to assign a "1" to the correct answer and a "0" to the incorrect ones for each question (sidenote - a few questions have 2 acceptable answers, so two choice's would need to be labeled "1" and in all other instances there will be assigned values of "1", "0", and "0" <---does doing this then allow the user to click more than one button? I only want them to be able to choose a single answer for each qeustion.)
Do I need to go back and relabel all 150 x 3 radio button choices to numbers to act as export values?
Finally, Ill need to create a caculation based on the choices selected. Can I do this using the simple calculation function in a text field if I assign the values like I previoiusly mentioned? OR should I be using some sort of simplified or custom javascript in this instance? Apologies for the longest question ever. I am so stuck and would greatly appreciate any help at all.
