This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.

Forcing video lesson

  • cavicchioli@scuolacamerana.it
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #4479 by cavicchioli@scuolacamerana.it
Forcing video lesson was created by cavicchioli@scuolacamerana.it
Hello.
I have to lock the media files timeline in order to avoid that people see the same video content in a shrter time.
In other words the users must spend the same time for the same video.
Is there a way to lock the slider?
Thank you
Carlo

Please Log in or Create an account to join the conversation.

More
9 years 3 months ago - 9 years 3 months ago #4480 by Fay
Replied by Fay on topic Forcing video lesson
Add the 'Script' optional property to the page where your video is.

Then paste this into the script field:
Code:
$(".mejs-time-total").unbind('mousedown');

This will keep the timeline bar visible but won't skip you forwards/back when you click on it

Fay
Last edit: 9 years 3 months ago by Fay.
The following user(s) said Thank You: cavicchioli@scuolacamerana.it

Please Log in or Create an account to join the conversation.

  • cavicchioli@scuolacamerana.it
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 3 months ago #4481 by cavicchioli@scuolacamerana.it
Replied by cavicchioli@scuolacamerana.it on topic Forcing video lesson
Thank you for you fast and effective reply.
Carlo

Please Log in or Create an account to join the conversation.

  • cavicchioli@scuolacamerana.it
  • Topic Author
  • Offline
  • New Member
  • New Member
More
9 years 1 month ago #4560 by cavicchioli@scuolacamerana.it
Replied by cavicchioli@scuolacamerana.it on topic Forcing video lesson
Hello.
I have another problem to solves: when someone see the video he can't go ahead by clicking on the timeline, but if he click the fwd button and then he come back, the timeline is unlocked.
I thougt to hide the forward button until the video finish, but what is the command useful to recognize when the video have been seen or not?
Sorry for my english
Thank you
Carlo

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #4561 by Fay
Replied by Fay on topic Forcing video lesson
Hi Carlo

I can't think of an easy way to get the button to only show when the video has been played all the way through. However, if you hid the video timeline instead of locking it then it would remain hidden even if you move to the next page and back.

Add the 'Styles' optional property to the page where your video is.

Then paste this into the styles field:
Code:
.mejs-time-total { display: none !important; }

Fay
The following user(s) said Thank You: cavicchioli@scuolacamerana.it

Please Log in or Create an account to join the conversation.

Moderators: ingdon
Time to create page: 0.494 seconds
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo