Forum Discussion

LizCheung's avatar
LizCheung
Community Member
3 months ago
Solved

Adaptive Branching Scenario

I have an adaptive branching scenario set up using variables and the next button. When the user clicks the next button it should take them to 1 of 3 slides triggered by the variable that is set up....
  • rachelatkaiser's avatar
    3 months ago

    Hi Liz,

    Each time it goes back to slide 1.1, it will read the list of triggers from top to bottom. What's happening is that it's seeing and taking action on the trigger "Jump to slide 1.3 if Layer 1 = True" and jumping to slide 1.3 before seeing the "Jump to slide 1.4 if Next = True" trigger. This is because Layer 1 is still True when you return to slide 1.1 at that point.

    So you have be more specific so that it can distinguish between the triggers. This setup should work: 

    This way, the triggers are saying that not only does Layer 1 need to be True, but Layer 2 and next need to be True to go to slide 1.4.