Add two new allowed verbs to the xAPI events
parent
b9a1e5f404
commit
3570441801
|
@ -312,6 +312,8 @@ H5P.XAPIEvent.allowedXAPIVerbs = [
|
|||
|
||||
// Custom verbs used for action toolbar below content
|
||||
'downloaded',
|
||||
'copied',
|
||||
'accessed-reuse',
|
||||
'accessed-embed',
|
||||
'accessed-copyright'
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue