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?
Page 1 / 1
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
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
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.
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.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.