Hi there!
I am trying to create quiz where the respondents rate statements from 1 to 5 (totally disagree to totally agree). Each statement belongs to a personality trait (36 questions and 9 traits). I want the score selected for each statement to add to the corresponding trait. In the end screen I would like to show the percentage of each trait, i.e. sum of trait score divided by 180.
I have created variables for each trait and created calculations saying: “Always add @score to the corresponding @trait”. Then, following the instructions of a tutorial I added the calculations to turn the scores into percentages:
Always divide @trait by 180. Always multiply @trait by 100.
I have started from scratch but can’t even manage that the sums of the trait scores show on the end screen (without even trying to convert into percentages).
Also, ideally I would not want to sum to the final score if the respondent selects 1.
I’ve been checking out all tutorials and looked for answers here in the forum, but haven’t been able to figure it out.
I would very much appreciate your help.