xAPI update - add duration to xAPI
parent
436b9d572c
commit
b399f9530d
|
@ -331,6 +331,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
|
|
||||||
// Function for attaching the multichoice to a DOM element.
|
// Function for attaching the multichoice to a DOM element.
|
||||||
this.attach = function (target) {
|
this.attach = function (target) {
|
||||||
|
this.setActivityStarted();
|
||||||
if (typeof(target) === "string") {
|
if (typeof(target) === "string") {
|
||||||
$myDom = $('#' + target);
|
$myDom = $('#' + target);
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
"author": "Joubel AS",
|
"author": "Joubel AS",
|
||||||
"coreApi": {
|
"coreApi": {
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 5
|
"minorVersion": 6
|
||||||
},
|
},
|
||||||
"license": "cc-by-sa",
|
"license": "cc-by-sa",
|
||||||
"preloadedJs": [
|
"preloadedJs": [
|
||||||
|
|
Loading…
Reference in New Issue