Forum Discussion
StacyChetty-8c7
3 years agoCommunity Member
Branching Scenario - Multiple Choices Help!
Hi! So currently I am creating a branching scenario that has the possibility of five outcomes in total. For example, for Question 1 there are three responses the user can choose, and depending on wh...
MichaelHinze
3 years agoCommunity Member
You could use the Selected state of the choices as conditions in your triggers. For example: JumpTo Slide abc when user clicks submit button, if Choice_1 is Selected. JumpTo Slide xyz when user clicks submit button, if Choice_2 is Selected, etc.