From 6366a596de1af5f6a9196da5bf7d82ab90dcc697 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 23 May 2024 16:27:08 +0200 Subject: [PATCH] wip #6915 --- js/quiz.screen.outro.js | 3 +++ 1 file changed, 3 insertions(+) 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!"), -- 2.39.5