Add 'finish' button as hidden, do not show it before all questions has been answered. [HFJ-1029]
parent
2e307e8e55
commit
198ae5fd3e
|
@ -384,7 +384,7 @@ H5P.QuestionSet = function (options, contentId) {
|
||||||
// Add finish question set button
|
// Add finish question set button
|
||||||
question.addButton('finish', params.texts.finishButton, function () {
|
question.addButton('finish', params.texts.finishButton, function () {
|
||||||
_displayEndGame();
|
_displayEndGame();
|
||||||
});
|
}, false);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue