We have a quiz in two sections. Questions 1-4 and then 5-15. We need to give them two scores, one after 1-4 and one after 5-15. I cannot figure out the correct way to do this. I have two end screens but it doesn’t seem correct. Is there a link or video tutorial somewhere?
Two scores one survey?
Best answer by john.desborough
one simple way to do this is to create two numeric variables - say, 1score and 2score
in the logic rules for each question assign the appropriate points to the variable for that section along the lines of the following:
- if q1answer = a add 1 to 1score
- if q1 answer =b add 2 to 1score
- if q2answer =a add 1 to 1score
- if q2answer=b add 2 to 2score
doing this for all the questions in the group will essentially calculate the subtotal for that section
you could then display it on a statement question page using the @recall function
repeat for the second set of questions which add values into the 2score variable
then at the end, if you needed to create a total, you can add 1score and 2score to the score variable which is there by default.
hope this helps
des
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.