From: soufiane Date: Mon, 6 May 2024 15:33:38 +0000 (+0200) Subject: wip #6641 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=61395cc9622192053541d750408ff4495ed81c8e;p=fluidbook-toolbox-quiz.git wip #6641 --- diff --git a/js/quiz.l10n.js b/js/quiz.l10n.js index 752643e..706180d 100644 --- a/js/quiz.l10n.js +++ b/js/quiz.l10n.js @@ -10,7 +10,8 @@ QuizL10n.prototype = { str = this.quiz.data.l10n[str]; } - console.log(this.quiz.data.l10n) + console.log("replace",replace) + console.log("str",str) for (const k in replace) { str = str.replace(':' + k, replace[k])