Hi,
Ok, so this is my problem.
I have an array question where participants can rate 18 statements on a scale from 1 to 7.
Later in the survey, I want to show different questions depending on which of the 18 statements that got the highest ratings (7 on the scale).
So my problem is, 1) select the statement with the highest rating? And 2) it is possible that several statements get the highest rating. How do I randomly pick one of them? It doesn’t really have to be random, as long as it is one of them.
Many many thxs for any help in this issue.