From 28a71648ba961e2f1161a8748009a33e01ca4e6c Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 23 May 2024 16:39:53 +0200 Subject: [PATCH] wip #6915 --- js/quiz.screen.outro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."), -- 2.39.5