From: soufiane Date: Thu, 23 May 2024 13:03:13 +0000 (+0200) Subject: wait #6927 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b55fa341cd724ccb46b5841867169512335ea788;p=fluidbook-toolbox-quiz.git wait #6927 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 8bb1b81..fffe386 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -276,7 +276,9 @@ QuizScreenOutro.prototype = { } if (review.type === "multiple") { - html += '

' + review.question !== null ? review.question : '' + '

'; + if(review.question) { + html += '

' + review.question + '

'; + } html += '
' if(correctAnswers.length > 0) {