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
|
// Custom verbs used for action toolbar below content
|
||||||
'downloaded',
|
'downloaded',
|
||||||
|
'copied',
|
||||||
|
'accessed-reuse',
|
||||||
'accessed-embed',
|
'accessed-embed',
|
||||||
'accessed-copyright'
|
'accessed-copyright'
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue