From: soufiane Date: Thu, 23 May 2024 14:38:32 +0000 (+0200) Subject: wip #6915 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e4484db3416cf577ddb316e0f378bea260b7cab5;p=fluidbook-toolbox-quiz.git wip #6915 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 80f44f0..5e69f15 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."),