parent
3ab3eea1c8
commit
dad9bbe937
|
@ -766,7 +766,7 @@ H5P.QuestionSet = function (options, contentId, contentData) {
|
|||
_showQuestion(params.initialQuestion);
|
||||
});
|
||||
hookUpButton('.qs-retrybutton', function () {
|
||||
resetTask();
|
||||
self.resetTask();
|
||||
$myDom.children().hide();
|
||||
|
||||
var $intro = $('.intro-page', $myDom);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"contentType": "question",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 17,
|
||||
"patchVersion": 6,
|
||||
"patchVersion": 7,
|
||||
"embedTypes": [
|
||||
"iframe"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue