Hi everyone,
In my survey I have 10 questions with a 'task'. Respondents need to do a simple task and fill in the correct answer. On the next page I want to calculate the number of correct answers. What is the right way to do this? I think Javascript is the answer here, but I'm not very familiar with it.
For example: if Q1_task1 == "A", then score_task1 == 1, otherwise it's 0. And in the end I sum total_score = score_task1 + score_task2 + ... + score_task10
How can I insert this in my survey? And where should I put the code? In "Variables / Question HTML" or in "Advanced / HTML <head> Tag"?
Many thanks in advance!
Nils