I know you SG guys are busy with a new version, but perhaps some of the lovely community people could help me with my first ever bit of scripting??!
I’m not even sure if this is possible, but:
I have a very basic survey; 4 pages containing 3 or 4 radio button questions each.
All questions score the same; 0,2,4,6 or NA
Here’s what I want to try and do:
1. Count number of Questions on page and set as a variable (QP)
2. Set Maximum page value (MV) varialble (QP*6)
3. Count scores from questions - ignoring NA answers
4. Divide the total score for the page by the number of answers that weren’t NA
5. Calculate the score as a percentage of the total possible
Firstly, can this even be done? Secondly, please can someone help me get started??