Hi all
I am trying to use display logic to only show a question to respondents that selected more than 1 choice from a subset of choices in the previous question.
My survey looks as follows:
Q1 (multiple choice)
- Choice A
- Choice B
- Choice C
- Choice D
Q2:
- Choice B (only displayed if Choice B was selected in Q1)
- Choice C (only displayed if Choice C was selected in Q1)
- Choice D (only displayed if Choice D was selected in Q1)
Q2 should only be shown to respondents that did choose 2 or more choices from the subset BCD. I.e. a respondent should not see Q2, if he or she exclusively choose B, C or D (whether he or she did choose A, does not matter).
How would one go about this? Is there a native way of implementing a display logic based on the selected count of a subset of choices? Thanks in advance.