Added video verbs
parent
5919b64c2a
commit
c6ca43cdfb
|
@ -310,6 +310,12 @@ H5P.XAPIEvent.allowedXAPIVerbs = [
|
||||||
'terminated',
|
'terminated',
|
||||||
'voided',
|
'voided',
|
||||||
|
|
||||||
|
// Custom verbs for video events
|
||||||
|
'played',
|
||||||
|
'paused',
|
||||||
|
'seeked',
|
||||||
|
'initialized',
|
||||||
|
|
||||||
// Custom verbs used for action toolbar below content
|
// Custom verbs used for action toolbar below content
|
||||||
'downloaded',
|
'downloaded',
|
||||||
'accessed-embed',
|
'accessed-embed',
|
||||||
|
|
Loading…
Reference in New Issue