Merge branch 'aggregated-xapi'

pull/1/head
Svein-Tore Griff With 2015-04-07 18:41:59 +02:00
commit 10ab46e91e
2 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ H5P.QuestionSet = function (options, contentId) {
enableSolutionsButton: params.override.overrideShowSolutionButton
});
}
var questionInstance = H5P.newRunnable(question, contentId);
var questionInstance = H5P.newRunnable(question, contentId, null, null, self);
questionInstances.push(questionInstance);
questionInstance.on('resize', function() {
self.trigger('resize');

View File

@ -2,8 +2,8 @@
"title": "Question set",
"contentType": "question",
"majorVersion": 1,
"minorVersion": 2,
"patchVersion": 0,
"minorVersion": 3,
"patchVersion": 1,
"embedTypes": [
"iframe"
],
@ -55,4 +55,4 @@
"minorVersion": 0
}
]
}
}