diff --git a/js/questionset.js b/js/questionset.js index 0fdd085..0869070 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -119,6 +119,7 @@ H5P.QuestionSet = function (options, contentId, contentData) { showAnimations: false, skipButtonText: 'Skip video' }, + override: {}, disableBackwardsNavigation: false }; diff --git a/library.json b/library.json index dcb9339..780b83b 100644 --- a/library.json +++ b/library.json @@ -4,7 +4,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 12, - "patchVersion": 1, + "patchVersion": 2, "embedTypes": [ "iframe" ], @@ -61,4 +61,4 @@ "minorVersion": 2 } ] -} \ No newline at end of file +}