From: soufiane Date: Thu, 23 May 2024 14:39:53 +0000 (+0200) Subject: wip #6915 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=28a71648ba961e2f1161a8748009a33e01ca4e6c;p=fluidbook-toolbox-quiz.git wip #6915 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 5e69f15..80f44f0 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -112,7 +112,7 @@ QuizScreenOutro.prototype = { let maxScore = this.quiz.score.maxScore, score = this.quiz.score.score let nok = { title: this.quiz.l10n.__("Ooops!"), - text: this.quiz.l10n.__("Unfortunately, you did not get enough correct answers (:score out of :maxScore)", { + text: this.quiz.l10n.__("Unfortunately, you did not get enough correct answers (:score out of :maxScore).", { 'score': score, 'maxScore': maxScore }) + " " + this.quiz.l10n.__("Please go back and review the content before retaking the quiz."),