diff --git a/js/questionset.js b/js/questionset.js index e3e1c99..c0c85e4 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -21,7 +21,9 @@ H5P.QuestionSet = function (options, contentId) { '<% if (introPage.showIntroPage) { %>' + '
' + '
<%= introPage.title %>
' + - '
<%= introPage.introduction %>
' + + ' <% if (introPage.introduction) { %>' + + '
<%= introPage.introduction %>
' + + ' <% } %>' + '
<%= introPage.startButtonText %>
' + '
' + '<% } %>' + diff --git a/library.json b/library.json index 7a1b4b0..4c12528 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 47, + "patchVersion": 48, "runnable": 1, "fullscreen": 0, "machineName": "H5P.QuestionSet",