BFB-3: Merged more lost code in QuestionSet and MultiChoice
parent
a33f7f1363
commit
0f5bdbade5
|
@ -315,7 +315,6 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
var question = questionInstances[i];
|
var question = questionInstances[i];
|
||||||
|
|
||||||
question.attach($('.question-container:eq(' + i + ')', $myDom));
|
question.attach($('.question-container:eq(' + i + ')', $myDom));
|
||||||
question.$solutionButton.hide();
|
|
||||||
$(question).on('h5pQuestionAnswered', function () {
|
$(question).on('h5pQuestionAnswered', function () {
|
||||||
$('.progress-dot:eq(' + currentQuestion +')', $myDom).removeClass('unanswered').addClass('answered');
|
$('.progress-dot:eq(' + currentQuestion +')', $myDom).removeClass('unanswered').addClass('answered');
|
||||||
_updateButtons();
|
_updateButtons();
|
||||||
|
|
Loading…
Reference in New Issue