Forum Discussion
Skipping Slides in a branching scenario
Hello there. Sorry by advance if this topic have already been treated. I've checked and don't think this specific question have been asked.
I'm currently working, and training myself the same time, about branching scenarios.
To a point there is a choice the user have to make between three activities.
The first slide of each path is the same and the user, at the end of each path, have the choice to go straight to a final test, or to go back to the choice slide to complete other paths if he wants to.
For every path, there is a definition slide which is exactly the same.
I was wondering if it is possible to set a trigger to skip this slide IF the user have completed one of the other paths before. I've tried to set up some IF condition like Menu.SlidesViewed or Project.SlidesViewed but I do not understant how to specify which slide must have been viewed. If someone undestand what I'm talking about :)
On an other point I tried to find something like a complete description, user manual, with all the conditions and how to set them up, but I don't find such a document.
Wish you all good day
- RonPricePartner
Hello Patrice,
How comfortable are you with variables? This could be done fairly easily with a True/False variable and conditions.
- WaltHamiltonSuper Hero
What I would do is to create a T/F variable (eg. SkipDefinitionSlide default to False).
At the end of each path BEFORE the “Jump to Definition Slide” trigger, create a trigger to Set SkipDefinitionSlide to True.
On the Definition Slide, create a trigger: “JUMP to Choice slide WHEN timeline starts on this slide IF SkipDefinitionSlide = True”
Here is the User Guide:
https://community.articulate.com/series/articulate-storyline-360
Look in the Triggers topic, especially the Conditions subtopic.