Welcome, Guest
Username: Password: Remember me
This is the place for questions about learning design and pedagogy; how to use different page types for different purposes.
  • Page:
  • 1

TOPIC:

Forcing video lesson 6 years 10 months ago #4479

  • cavicchioli@scuolacamerana.it
  • cavicchioli@scuolacamerana.it's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 1
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.

Forcing video lesson 6 years 10 months ago #4480

  • Fay
  • Fay's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 231
  • Thank you received: 86
Add the 'Script' optional property to the page where your video is.

Then paste this into the script field:
$(".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
The following user(s) said Thank You: cavicchioli@scuolacamerana.it

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

Last edit: by Fay.

Forcing video lesson 6 years 10 months ago #4481

  • cavicchioli@scuolacamerana.it
  • cavicchioli@scuolacamerana.it's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 1
Thank you for you fast and effective reply.
Carlo

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

Forcing video lesson 6 years 9 months ago #4560

  • cavicchioli@scuolacamerana.it
  • cavicchioli@scuolacamerana.it's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 1
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.

Forcing video lesson 6 years 9 months ago #4561

  • Fay
  • Fay's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • Posts: 231
  • Thank you received: 86
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:
.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.

  • Page:
  • 1
Moderators: ingdon
Time to create page: 0.067 seconds
Copyright © 2024 The Xerte Project.
Xerte logo Apereo logo OSI Logo

Search