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
  • Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 3 mois #4479 par cavicchioli@scuolacamerana.it
Forcing video lesson a été créé par 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

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 ans 3 mois - il y a 9 ans 3 mois #4480 par Fay
Réponse de Fay sur le sujet 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
Dernière édition: il y a 9 ans 3 mois par Fay.
Les utilisateur(s) suivant ont remercié: cavicchioli@scuolacamerana.it

Connexion ou Créer un compte pour participer à la conversation.

  • cavicchioli@scuolacamerana.it
  • Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 3 mois #4481 par cavicchioli@scuolacamerana.it
Réponse de cavicchioli@scuolacamerana.it sur le sujet Forcing video lesson
Thank you for you fast and effective reply.
Carlo

Connexion ou Créer un compte pour participer à la conversation.

  • cavicchioli@scuolacamerana.it
  • Auteur du sujet
  • Hors Ligne
  • Nouveau membre
  • Nouveau membre
Plus d'informations
il y a 9 ans 1 mois #4560 par cavicchioli@scuolacamerana.it
Réponse de cavicchioli@scuolacamerana.it sur le sujet 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

Connexion ou Créer un compte pour participer à la conversation.

Plus d'informations
il y a 9 ans 1 mois #4561 par Fay
Réponse de Fay sur le sujet 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
Les utilisateur(s) suivant ont remercié: cavicchioli@scuolacamerana.it

Connexion ou Créer un compte pour participer à la conversation.

Modérateurs: ingdon
Temps de génération de la page : 0.127 secondes
Copyright © 2026 The Xerte Project.
Xerte logo Apereo logo OSI Logo