diff --git a/js/questionset.js b/js/questionset.js index 3d81023..d69f837 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -40,7 +40,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 e07c2b0..4db79a0 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", @@ -48,4 +48,4 @@ "minorVersion": 0 } ] -} \ No newline at end of file +}