Trying to figure out how to get a course the way I like in Articulate

Mar 21, 2023

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 automatically taken to a quiz without them having to scroll or click anything

3. They finish the quiz then they are automatically taken to another video and the process repeats

Is all or any of this possible?

Thanks,

6 Replies
Judy Nollet

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. 

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