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."),