Merge branch 'api-1.1' into api-1.2
commit
df90fb8e70
|
@ -20,7 +20,9 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
var texttemplate =
|
||||
'<% if (introPage.showIntroPage) { %>' +
|
||||
'<div class="intro-page">' +
|
||||
' <div class="title"><span><%= introPage.title %></span></div>' +
|
||||
' <% if (introPage.title) { %>' +
|
||||
' <div class="title"><span><%= introPage.title %></span></div>' +
|
||||
' <% } %>' +
|
||||
' <% if (introPage.introduction) { %>' +
|
||||
' <div class="introduction"><%= introPage.introduction %></div>' +
|
||||
' <% } %>' +
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"contentType": "question",
|
||||
"majorVersion": 1,
|
||||
"minorVersion": 0,
|
||||
"patchVersion": 48,
|
||||
"patchVersion": 49,
|
||||
"runnable": 1,
|
||||
"fullscreen": 0,
|
||||
"machineName": "H5P.QuestionSet",
|
||||
|
|
Loading…
Reference in New Issue