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!
Solved
Skip block if one dropdown question (in previous block) is empty.

Best answer by lizb311
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.

Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.