I have a multiple choice question with 24 different options. Users can select up to three. Each of the choices has a separate long text section that we only want displayed if they included the corresponding choice in their response. In other words:
- A user selects Option 1, Option 5, and Option 10 from the multiple choice list
- We then want to ask three more individual questions.
- Why did you choose Option 1?
- Why did you Choose Option 5?
- Why did you choose Option 10?
- We want to skip over the remaining 21 open text fields. So if they didn’t select Option 2 we don’t want to show the question “Why did you choose Option 2?”
In any other survey tool I’ve used, this would be relatively easy: Only show Followup question #5 if multiple choice option #5 was selected. But it seems like in Typeform there is jump logic but no real skip logic, so I’d have to have logic based on every possible combination of up to three answers from 24 selections which is something like 2300 combinations which would be ridiculous.
Am I missing something here?