Use uuid instead of h5pUUID
parent
e14c24cc07
commit
93f2bcc01a
|
@ -171,8 +171,8 @@ H5P.XAPIEvent.prototype.getContentXAPIId = function (instance) {
|
||||||
var xAPIId;
|
var xAPIId;
|
||||||
if (instance.contentId) {
|
if (instance.contentId) {
|
||||||
xAPIId = H5PIntegration.contents['cid-' + instance.contentId].url;
|
xAPIId = H5PIntegration.contents['cid-' + instance.contentId].url;
|
||||||
if (instance.h5pUUID) {
|
if (instance.uuid) {
|
||||||
xAPIId += '?uuid=' + instance.h5pUUID;
|
xAPIId += '?uuid=' + instance.uuid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return xAPIId;
|
return xAPIId;
|
||||||
|
|
Loading…
Reference in New Issue