Avatar

Level 3

If you check under the Object palette and go into the Bindings tab you can set the value for each radio button choice or simply just check the current values for each button (default 1,2,3 etc.).

If you want to access the value for each question you simply access this by using the "RadioButtonList.rawValue".

To sum them all up can be done by having a calculate event on your numeric field, or alternatively creating a script object and then calling a function which sums all the questions/RadioButtonList values.

Personally I think an average score on the questions would probably be more comprehendable than a total score, but guess that's up to you

hope this helps , regards Mattias.