Preventing Learners from Fast Forwarding through a Video

For various reasons, such as compliance, you may wish to display a scrub bar and full video controls, yet prevent a learner from using the scrub bar.

While disabling the scrub is not a built-in action in dominKnow | ONE at this time, with the flexibility built into dominKnow | ONE, you can add some of your own CSS to override the interactivity of the scrub bar.

 

Note: This change will override default theme-level settings and will apply this change to all audio and video files uploaded to projects utilizing your updated theme.

Steps:

  1. Select the Theme you want to modify and select Edit
  2. Select the Add CSS button
  3. In the dialogue box add the following lines of text
div.jp-seek-bar {
  pointer-events: none;
}

Once you save the Theme, users will still be able to see the scrub bar, but they won't be able to use it to move forward or back in their project. 

NOTE: If you do NOT see the Add CSS option when editing your theme, speak with your Admin. There are permission settings in dominKnow | ONE that can disable a user's ability to add CSS when editing a theme.

  0     0

Similar Projects

Questions  ( 0 )