Pick-up highest rated statements from multiple questions | XM Community
Question

Pick-up highest rated statements from multiple questions


Hi Qualtrics community,
I currently have a survey with 32 separate questions corresponding to 32 statements that need to be rated between 1 and 5 by respondents. I would like to add a section to comment only on the 3 highest rated statements. However I'm struggling to understand how to set-up this display logic as it doesn't seem I can put a condition that encompasses several questions. Do you know how I could proceed?
Thanks a for the help,


3 replies

Userlevel 7
Badge +22

One of the method can be to use custom code. Pipe all the statements selected choice recode value and their respective statement in a JS array, sort it in descending order of recode value. Create three embedded data in the survey and set the these embedded data with the first three statements of sorted array. Pipe these embedded data as required.

Thanks rondev. I'll try to build something like this and share the code here if I manage it!

Userlevel 2
Badge +6

Any update on this HenriA
I have the same doubt.

Leave a Reply