Hi there, I hope one of you guys can help me: I am trying to figure out how to assign some random questions to respondents depending on a previous filter condition.
Let me explain:
Context:
- Q1 = filter question: select all that apply out of a set of 6 phases.
- For each selected answer in Q1 there are 4 questions (Q2, Q3, Q4, Q5)
I would like to implement the following rules:
- Q2 and Q5: show to all respondents who have chosen the respective phase in Q1.
- Q3 and Q4: show to all respondents who have chosen the respective phase in Q1, unless…
- They chose more than 2 phases in Q1, then they should receive only 2 randomized allocated Q3 and Q4 questions.
The idea behind it is that I would like to reduce the effort on the respondents who chose e.g., all 6 phases.
The first rule is easy but I am struggling to implement the second rule – does anyone know a solution?
Thanks for your help!