Hi all,
I want the survay to skip block 3 if one question in block 1 is left empty.
The context is that one question is asking respondents to list their language(s) from a dropdown list. If they do not have 2nd (or 3rd, 4th) language(s), the survay should skip to another block.
If I will use branch logic, I’ll have to list all the dropdown list options (72 of them) for each block. So, I’m asking if there is a simpler way to: skip block if one question is not answer.
Thank you!
Try setting embedded data in your survey flow for the selected choice (from your dropdown question about their language), then branching if that embedded data field is empty or not empty. The embedded data would be something like ${q://QID55/ChoiceGroup/SelectedChoices}
where QID55
is replaced with the ID for your dropdown question.
Hi
in addition to
Best
Christian
That’s a good point,
If the original language question is set up as a “select all” style, then you could also add embedded data in the survey flow to get the count of items selected. That’d be ${q://QID55/SelectedChoicesCount}
(again, updating the QID55 to whatever your QID is). Then you’d treat that as a number and be able to branch if that count is > 1
Thank you so much for the replies.
Thanks again!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.