I’ll try to explain my problem as clearly as I can.
I have built a leadership style (personality quiz).
There is a total of 13 possible styles. The end result will be the style with the highest cumulative score.
I have created a variable for each of the 13 styles.
Rather than having 13 answers for each question (!), I have narrowed down the answers to 5 possible options. Each answer is associated to 2 or 3 leadership style.
Based on the selected answer, 2 or 3 leadership styles get 1 point. The others get 0.
As respondents go through the questions, some of the leadership styles get points (while others don’t).
At the end of the quiz, each of the 13 styles has a score (saved in variables).
So…
How do I retrieve and compare the scores of the 13 styles? And how do I select the highest score from the variables, so I can trigger the right End Screen?
Thanks for helping me resolve this.