Solved
Rank order
I am trying to do a rank order where participants put in their order of things and when they do up the questions, each set of questions for each item will come out in the order that they have placed the items in. Is this possible? Display logic takes too many programming and is not feasible for our study which has 20 items and the permutations are too many to do display logic by. Or if there are any directions to other threads are fine. Tried looking but they are not what I am searching for.
Best answer by TomG
@Xxtan,
You need to sort the items using JavaScript or a web service. Use the ranks and the names as the inputs to your sort routine. The output would be embedded variables where rank1=name of highest ranked item, rank2=name of 2nd highest ranked item, etc.
I should add that if you go this route and pipe the rank variables into questions, you may need a script to decode the question answers for each of the 20 things into their own variables after the respondent has answered the follow-up questions. That makes it much easier to analyze and report the results.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.