From: soufiane Date: Mon, 29 Jan 2024 16:57:09 +0000 (+0100) Subject: wait #6691 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=382da1b8d8ff67402fce3059a80480496f2d4c38;p=fluidbook-toolbox-quiz.git wait #6691 @0:30 --- 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') + '

'