Forum Discussion
AlexYoung-15bad
3 years agoCommunity Member
Trying to figure out how to get a course the way I like in Articulate
I have access to both Rise 360 and Storyline. My ideal situation is this:
1. There is a video that plays that the learner cannot skip through
2. Once the video is done then the learner is automa...
JudyNollet
3 years agoSuper Hero
As Richard said, it's possible in SL to send the user directly from the slide with the video to the quiz.
But just because it's possible doesn't mean it's a good idea. For example, what if something distracted the learner, and they want/need to view the video again?
If the learner has to click NEXT (or some other button) to proceed to the quiz, that gives them the control for when to proceed.
AlexYoung-15bad
3 years agoCommunity Member
This is a good point. Is there a way to prevent them from going to the quiz before the video has finished?
- JudyNollet3 years agoSuper Hero
- Add a trigger that changes the state of the Next button to Disabled when the timeline starts.
- To ensure this only happens the first time the learner visits the slide, include a condition, so the trigger will only run if a T/F variable is False.
- Obviously, you'll need to create a T/F variable with the default state of False.
- And you'll need to add a trigger that adjusts the variable to True when the video ends.
- Add a trigger that changes the state of the Next button to Normal when the video ends.
- Add a trigger that changes the state of the Next button to Disabled when the timeline starts.