From: Vincent Vanwaelscappel Date: Fri, 15 Dec 2023 11:22:05 +0000 (+0100) Subject: wait #6577 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e9d957b0b3c4bd5480085debc9a5a7759da55c49;p=fluidbook-toolbox-quiz.git wait #6577 @0.25 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 30e1f0d..eb48c8e 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -176,7 +176,7 @@ QuizScreenOutro.prototype = { $("#container-score").parent().addClass(result.status); $("#container-score").parent().parent().addClass(result.status); - if(maxScore >= 10) { + if (maxScore >= 10) { $("#container-score").addClass("large-nbr") } @@ -215,6 +215,7 @@ QuizScreenOutro.prototype = { let html = ''; for (var i in reviewList) { + i = parseInt(i); let review = reviewList[i]; let correctAnswers = review.correctAnswers.length > 0 ? review.correctAnswers : review.data.answers