Forum Discussion

LizCheung's avatar
LizCheung
Community Member
2 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. Each time they return back to the original slide, this works the way I intended it to except it never gets to the 3rd slide and seems to get stuck between Slide # 2 and the Original Branching slide.

  • 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.

  • 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.