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 what response they choose, it can lead to different outcomes. How can I do this in Storyline? I understand if there were only two options for each question - then I could make true/false variables. But now I have 1 - 4 response options with 5 endings/outcomes. How shall I program the variables here?
- MichaelHinzeCommunity 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.