Logic for Rank Order Items | XM Community
Skip to main content

I would like respondents to rank order items that they have improved on most.  I would then like them to explain how they improved in an text entry for their top 3 ranks.  I haven’t found a solution through logic or carry forward yet.  Any suggestions?

Hi @MichaelD ,

 

Perhaps you can try adding branch logic and embedded data in survey flow?

(Tedious method)

Branch 1:

If option 1’s ChoiceNumericEntryValue =1, then state1 = option 1.

If option 1’s ChoiceNumericEntryValue =2, then state2 = option 1.

If option 1’s ChoiceNumericEntryValue =3, then state3 = option 1.

(duplicate branch and amend for other options)…

 

use piped text to add state1~3 in your text entry question.


Thanks!  I used a tedious method.  Essentially, “if less than or equal to 3, then… “ for each of the ten ranked options.  Will continue to play with more efficient methods.  Thanks again for the response.


Hi @MichaelD ,

 

You might also want to take a look and explore this thread and see if it is applicable. 


Thank you


Leave a Reply