Fixed language file errors.
Fixed resize bug in questionset. Fixed missing function on blanks.pull/1/head
parent
123493c82a
commit
53fae497b1
|
@ -319,6 +319,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
$('.qs-startbutton', $myDom).click(function () {
|
$('.qs-startbutton', $myDom).click(function () {
|
||||||
$(this).parents('.intro-page').hide();
|
$(this).parents('.intro-page').hide();
|
||||||
$('.questionset', $myDom).removeClass('hidden');
|
$('.questionset', $myDom).removeClass('hidden');
|
||||||
|
_showQuestion(currentQuestion);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Set event listeners.
|
// Set event listeners.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"contentType": "question",
|
"contentType": "question",
|
||||||
"majorVersion": 1,
|
"majorVersion": 1,
|
||||||
"minorVersion": 0,
|
"minorVersion": 0,
|
||||||
"patchVersion": 25,
|
"patchVersion": 26,
|
||||||
"runnable": 1,
|
"runnable": 1,
|
||||||
"fullscreen": 1,
|
"fullscreen": 1,
|
||||||
"machineName": "H5P.QuestionSet",
|
"machineName": "H5P.QuestionSet",
|
||||||
|
|
Loading…
Reference in New Issue