Add 'finish' button as hidden, do not show it before all questions has been answered. [HFJ-1029]

pull/2/head
Thomas Marstrander 2015-09-26 17:38:07 +02:00
parent 2e307e8e55
commit 198ae5fd3e
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ H5P.QuestionSet = function (options, contentId) {
// Add finish question set button
question.addButton('finish', params.texts.finishButton, function () {
_displayEndGame();
});
}, false);
} else {