Added video verbs

pull/43/head
kirkj 2017-11-15 14:41:48 -10:00
parent 5919b64c2a
commit c6ca43cdfb
1 changed files with 6 additions and 0 deletions

View File

@ -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',