So, let’s say you have a multiple choice matrix question like this:
1 - How much do you like the following ice cream flavors?
FLAVOR 1 - Don’t like 5 - Really like
Chocolate ( ) ( ) ( ) ( ) (●)
Vanilla ( ) ( ) ( ) (●) ( )
Strawberry ( ) ( ) ( ) ( ) (●)
Pistachio ( ) (●) ( ) ( ) ( )
Coffee (●) ( ) ( ) ( ) ( )
Coconut ( ) (●) ( ) ( ) ( )
Green Tea ( ) ( ) ( ) ( ) (●)
What I’d like to do, is ask a follow-up ranking question using only their “5 - Really like” choices. So the next question would be:
2 - Rank your favorite ice cream flavors, with your most favorite first
= Chocolate
= Strawberry
= Green Tea
So the conditional logic would be:
IF [question 1 rating = 5] then [include the choice in rank question 2]
Is this possible in Typeform? If not, would there be some kind of workaround using Typeform’s existing capabilities?
Thanks in advance for any tips!