Add two new allowed verbs to the xAPI events

pull/63/head
Frode Petterson 2019-06-11 15:03:33 +02:00
parent b9a1e5f404
commit 3570441801
1 changed files with 2 additions and 0 deletions

View File

@ -312,6 +312,8 @@ H5P.XAPIEvent.allowedXAPIVerbs = [
// Custom verbs used for action toolbar below content
'downloaded',
'copied',
'accessed-reuse',
'accessed-embed',
'accessed-copyright'
];