Solved
Skip logic if no answer is selected?
Hi community!
How do you direct non-responses to other questions? Here is the scenario:
Q1
Have you had surgery to your breasts related to cancer?
00: No
01: Yes, a reduction
02: Yes, a single breast removed
03: Yes, both removed
If EMPTY, go to Q15
If 00, go to End of Block
If 01, go to Q2
If 02 or 03, go to Q3.
If there a way to directly say "If this question is left empty, go to xxx" ?
EDIT: I failed to mention I cannot use Survey Flow branching logic because respondents need to be able to back up and change their answers (project requirement form client!)
Best answer by Pete_L
I found a solution:
1. Added a default response option "WEB SKIP"
2. Added skip logic - If web skip is selected, go to...
3. In the survey CSS I applied a display:none; style to the element.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.