Solved
How do I implement a sorting algorithm for pairwise comparisons in a survey?
Hello, I'd like to use a sorting algorithm for pairwise comparisons of about 24 items in a survey. I think the Introsort algorithm would serve my purposes well. As far as I can tell, this could be set up as Javascript in a question, but I'm not familiar with Javascript and haven't used this sort of function in Qualtrics before. Does anyone have any advice? Thank you!
Best answer by TomG
It isn't really clear to me exactly what you are trying to do, but with just 24 items to sort, the specific algorithm probably isn't important...the difference between algorithms will be unnoticeable. In JS you should probably just put the items in an array and use sort()").
As far as not being familiar with JS, you can either learn by doing or find someone to do it for you.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
