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

Logic for Rank Order Items

  • May 12, 2024
  • 4 replies
  • 81 views

Forum|alt.badge.img+1

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?

4 replies

Forum|alt.badge.img+21

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.


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • May 13, 2024

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.


Forum|alt.badge.img+21

Hi @MichaelD ,

 

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


Forum|alt.badge.img+1
  • Author
  • 2 replies
  • May 14, 2024

Thank you