BFB-3: Merged more lost code in QuestionSet and MultiChoice

pull/1/head
Frank Ronny Larsen 2013-11-07 14:32:38 +01:00
parent a33f7f1363
commit 0f5bdbade5
1 changed files with 0 additions and 1 deletions

View File

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