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