From 0f5bdbade5fbb44c9a32b69f6fca65e1ea061704 Mon Sep 17 00:00:00 2001 From: Frank Ronny Larsen Date: Thu, 7 Nov 2013 14:32:38 +0100 Subject: [PATCH] BFB-3: Merged more lost code in QuestionSet and MultiChoice --- js/questionset.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/questionset.js b/js/questionset.js index c661543..44a8936 100644 --- a/js/questionset.js +++ b/js/questionset.js @@ -315,7 +315,6 @@ H5P.QuestionSet = function (options, contentId) { var question = questionInstances[i]; question.attach($('.question-container:eq(' + i + ')', $myDom)); - question.$solutionButton.hide(); $(question).on('h5pQuestionAnswered', function () { $('.progress-dot:eq(' + currentQuestion +')', $myDom).removeClass('unanswered').addClass('answered'); _updateButtons();