]> _ Git - fluidbook-toolbox-quiz.git/commitdiff
wip #6915
authorsoufiane <soufiane@cubedesigners.com>
Thu, 23 May 2024 14:27:08 +0000 (16:27 +0200)
committersoufiane <soufiane@cubedesigners.com>
Thu, 23 May 2024 14:27:08 +0000 (16:27 +0200)
js/quiz.screen.outro.js

index fffe386cbdccdb7a79cdeacdc66a474dd4f1da93..80f44f0990e8872a88b052c32ed2aef0f60cdf38 100644 (file)
@@ -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!"),