From: soufiane Date: Mon, 6 May 2024 15:48:00 +0000 (+0200) Subject: wip #6641 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5089d5a63d8e6a694fd08d806712cbdfac38fd32;p=fluidbook-toolbox-quiz.git wip #6641 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 9e37f71..77f3aed 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -296,7 +296,7 @@ QuizScreenOutro.prototype = { if (review.type === "draganddrop") { nokClass = "" - html += '

' + review.question + '

'; + html += '

' + review.question ? review.question : '' + '

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

' + review.data.area_1.title + '

' + review.data.area_2.title + '

'