This is an old revision of the document!
MPlayer Module
Cues are moments in the video timeline where an action can be triggered.
The MPlayer module parses a Cue descirpion file as a flat text file with one cue information per line as follows.
A cue has five information:
The clip index: Points a single clip in the play list.
The cue action timestamp: Specifies the time when the event fires calculated from the start of the clip. It is formatted as a hour:minutes:seconds expression.
the action URL: What
URL to open when event fires.
Resume mode: What has to be done when user closes the action event popup. Usual actions are : “nothing”, “reset” or “continue”.
Optionnal: This informs the user that processing the required event is expected as a mandatory option or optional. (Experimental. At the moment is informative, but may have functional impact such as popup modality).
Exemple de fichier de Cues
00:12:00|http://mon.moodle.com/mod/quiz/view?id=144|continue|mandatory
00:24:00|http://mon.moodle.com/mod/glossary/view?id=122|continue|optional
Le fichier est un fichier simple, encodé en UTF-8 de préférence, et proposant une “cue” par ligne.
Revenir au guide d'utilisation