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();