diff --git a/js/questionset.js b/js/questionset.js index e46abc0..1cd98f3 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -64,9 +64,9 @@ H5P.QuestionSet = function (options, contentId) { ' ' + ' <% } %>' + ' ' + - ' ' + - ' ' + - ' <%= texts.finishButton %>' + + ' ' + + ' ' + + ' ' + ' ' + ''; @@ -427,7 +427,7 @@ H5P.QuestionSet = function (options, contentId) { } return info; - } + }; // Masquerade the main object to hide inner properties and functions. var returnObject = { @@ -444,4 +444,4 @@ H5P.QuestionSet = function (options, contentId) { getCopyrights: getCopyrights }; return returnObject; -}; +}; \ No newline at end of file diff --git a/library.json b/library.json index 37294c1..365ee87 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 51, + "patchVersion": 52, "runnable": 1, "fullscreen": 0, "machineName": "H5P.QuestionSet",