We’re creating a typeform in which we’re asking the users what activities would they like to do on their trip, and this is a multiple selection MCQ question. So, there’re multiple activities such as Ziplinig, Snorkeling. And based on their selection from the activity question, the next question is the destination question (places which offers those activities). So, there’re different destinations questions which we show to the users based on the their selection from the activities question which we asked them last.
Now, there are 15 such activities, and 16 destinations. Each destination offers few set of activities.
Had it been a single selection question, we would have shown 15 different destinations questions to the users. But here so many permutations and combinations are possible for all activities offered by different destinations, and so accordingly those destinations have to be mapped to each set of selected activities in the typeform.
So for e.g:
If a user selects Snorkeling: Bahamas, BVI
If a user selects Fishing: Thailand, Tahiti
Now if a user selects both Snorkeling and fishing, is it possible to show them next question which combine all the four responses?
If a user selects both Snorkeling and fishing: Bahamas, BVI, Thailand, Tahiti
How do we achieve this?