From 382da1b8d8ff67402fce3059a80480496f2d4c38 Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 29 Jan 2024 17:57:09 +0100 Subject: [PATCH] wait #6691 @0:30 --- js/quiz.screen.outro.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 215b006..67caa58 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -295,6 +295,7 @@ QuizScreenOutro.prototype = { if (review.type === "draganddrop") { nokClass = "" + html += '

' + review.question + '

'; if(answersUser[i].length === correctAnswers.length) { html += '
' html += '

' + review.data.area_1.title + '

' + review.data.area_2.title + '

' @@ -328,6 +329,7 @@ QuizScreenOutro.prototype = { if (review.type === "match") { html += '
' + html += '

' + review.question + '

'; if(answersUser[i].length === correctAnswers.length) { html += '
' html += '

' + this.quiz.l10n.__('Question') + '

' + this.quiz.l10n.__('Answers') + '

' -- 2.39.5