Merge branch 'master' into api-1.1
commit
4c5c3ffe86
|
@ -45,9 +45,9 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
' <span class="progress-text"></span>' +
|
' <span class="progress-text"></span>' +
|
||||||
' <% } %>' +
|
' <% } %>' +
|
||||||
' </div>' +
|
' </div>' +
|
||||||
' <a class="prev button"><%= texts.prevButton %></a>' +
|
' <a class="prev button" title="<%= texts.prevButton %>"></a>' +
|
||||||
' <a class="next button"><%= texts.nextButton %></a>' +
|
' <a class="next button" title="<%= texts.nextButton %>"></a>' +
|
||||||
' <a class="finish button"><%= texts.finishButton %></a>' +
|
' <a class="finish button" title="<%= texts.finishButton %>"></a>' +
|
||||||
' </div>' +
|
' </div>' +
|
||||||
'</div>';
|
'</div>';
|
||||||
|
|
||||||
|
@ -407,7 +407,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return info;
|
return info;
|
||||||
}
|
};
|
||||||
|
|
||||||
// Masquerade the main object to hide inner properties and functions.
|
// Masquerade the main object to hide inner properties and functions.
|
||||||
var returnObject = {
|
var returnObject = {
|
||||||
|
|
Loading…
Reference in New Issue