From: soufiane Date: Thu, 23 May 2024 14:27:08 +0000 (+0200) Subject: wip #6915 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6366a596de1af5f6a9196da5bf7d82ab90dcc697;p=fluidbook-toolbox-quiz.git wip #6915 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index fffe386..80f44f0 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -106,6 +106,9 @@ QuizScreenOutro.prototype = { show: function () { const $this = this + + console.log(this.quiz.l10n, this.quiz.data) + let maxScore = this.quiz.score.maxScore, score = this.quiz.score.score let nok = { title: this.quiz.l10n.__("Ooops!"),