How can I make this logic work?
In multiple choice question, if you select "Other" as the sole choice, the survey will be terminated.
But, if you choose "Other" in combination with any other option, you can proceed with the survey.
How can I make this logic work?
In multiple choice question, if you select "Other" as the sole choice, the survey will be terminated.
But, if you choose "Other" in combination with any other option, you can proceed with the survey.
You can ideally use a branch logic which will check for the condition, if Other is selected and each of the else is not selected in a condition group. If the condition is true put an end of survey element to end the survey. You can do so by using condition groups, create two condition groups in and. in first you need to check if other is selected and in the second one check if all other options were not selected.
you can achieve this logic using the Skip Logic feature based on the responses to your multiple choice question.
Go to the Survey Flow section and add a new Branch element.
In the branch, set the condition to check if the response to your multiple-choice question is Other and if no other options are selected.
If Other is selected as the sole choice, you can add a "Termination" element to end the survey or if Other is selected in combination with any other option, simply connect the flow to the next question or survey section.
This will ensure that if a respondent selects Other as the sole choice, the survey will be terminated, but if Other is chosen along with any other option, the survey will continue.
I tried like this and branched “End of survey” after this, but it terminated even when I selected some options with “others”. Am I doing it wrong?
How can I make this logic work?
In multiple choice question, if you select "Other" as the sole choice, the survey will be terminated.
But, if you choose "Other" in combination with any other option, you can proceed with the survey.
I tried like this and branched “End of survey” after this, but it terminated even when I selected some options with “others”. Am I doing it wrong?
I set like this, but it still terminates when I select other options with the “Other” option.
SS for your reference:
last solution that was provided by Abhishek_U should work fine.
It worked! Thank you so much
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.