Forum Discussion
RobinLiebert
11 years agoCommunity Member
Forcing users to watch majority or entire video clip
When using video clips in course content, is there any way of ensuring that the user watches the entire video clip before advancing to the next slide?
MichaelHinze
11 years agoCommunity Member
For a local video (inserted from file), you could place a transparent shape over the video's progress bar, sot hat users can't fastforward through the video. Then add a True/False variable that starts out a false and is set to true when the media (video) completes. Add a condition to the Next button's trigger, so that it only jumps to the next slide if the variable is true. Here is a quick example.