Hello. I want to know additional information from a multi-select question, when the option “other” is responded. Only if respondents mark this option I would like them to specify which one in a text question.
In your question of type Text you should have this in the enable condition:
NameOfTheVariableMultiSelect.Contains(CodeOfYourOptionsOther)
In this case, when the interviewer check Other
with another more options the question of type Text is going to be enable.
If you hope that the interviewer check only the option Other
maybe you should considerated change your question for one question of type single selection.
1 Like
Thank you very much, it works.