parent
2d9a7cccda
commit
a36014c1e0
|
@ -403,6 +403,7 @@ H5P.QuestionSet = function (options, contentId) {
|
|||
|
||||
// Add finish question set button
|
||||
question.addButton('finish', params.texts.finishButton, function () {
|
||||
_stopQuestion(currentQuestion);
|
||||
_displayEndGame();
|
||||
}, false);
|
||||
|
||||
|
|
Loading…
Reference in New Issue