From 53fae497b19919dfae0411eb40fa940d79dcce67 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Wed, 18 Sep 2013 10:00:02 +0200 Subject: [PATCH] Fixed language file errors. Fixed resize bug in questionset. Fixed missing function on blanks. --- js/questionset.js | 1 + library.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/questionset.js b/js/questionset.js index 40c1090..5e0ca82 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -319,6 +319,7 @@ H5P.QuestionSet = function (options, contentId) { $('.qs-startbutton', $myDom).click(function () { $(this).parents('.intro-page').hide(); $('.questionset', $myDom).removeClass('hidden'); + _showQuestion(currentQuestion); }); // Set event listeners. diff --git a/library.json b/library.json index 4766b3f..a711e00 100644 --- a/library.json +++ b/library.json @@ -3,7 +3,7 @@ "contentType": "question", "majorVersion": 1, "minorVersion": 0, - "patchVersion": 25, + "patchVersion": 26, "runnable": 1, "fullscreen": 1, "machineName": "H5P.QuestionSet",