can i use responses to a rank order question to dictate the order of subsequent blocks of questions? | XM Community
Skip to main content
Solved

can i use responses to a rank order question to dictate the order of subsequent blocks of questions?

  • November 13, 2018
  • 2 replies
  • 14 views

I've looked and looked and cannot find anything resembling what I am trying to do. The first page of my survey is just a rank order question, such as: Rank these life domains in order of importance: Recreation Work Family After a respondent answers this question, there are 3 more blocks of questions - one block contains questions about Recreation, one about Work, one about Family. What I want is for these blocks to be presented in the order that they were ranked on the first page of the survey. Is this possible? If so, how?

Best answer by PeeyushBansal

yes create 3 blocks after your rank question. In survey flow add 9 conditions and duplicate your blocks within flow, like below:- if(Recreation=1) recration block if(Work=1) Work block if(Family=1) Family block if(Recreation=2) recration block if(Work=2) Work block if(Family=2) Family block if(Recreation=3) recration block if(Work=3) Work block if(Family=3) Family block

2 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • Answer
  • November 14, 2018
yes create 3 blocks after your rank question. In survey flow add 9 conditions and duplicate your blocks within flow, like below:- if(Recreation=1) recration block if(Work=1) Work block if(Family=1) Family block if(Recreation=2) recration block if(Work=2) Work block if(Family=2) Family block if(Recreation=3) recration block if(Work=3) Work block if(Family=3) Family block

  • Author
  • November 15, 2018
Thank you! It took me some time to figure out how to use some of the options in Survey Flow, but I appear to have it working now.