From: soufiane Date: Tue, 23 Jan 2024 11:38:37 +0000 (+0100) Subject: wait #6656 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3cad282415dd1072833837d4cbf96bf4998bb234;p=fluidbook-toolbox-quiz.git wait #6656 @0:10 --- diff --git a/js/quiz.screen.outro.js b/js/quiz.screen.outro.js index 4e56a64..2cfea24 100644 --- a/js/quiz.screen.outro.js +++ b/js/quiz.screen.outro.js @@ -242,7 +242,11 @@ QuizScreenOutro.prototype = { if(c['type'] === "match" && !quiz.score.isPassed() && c['answers'][answersUser[i][k_]] > 0) { c_['proposition'] = c['answers'][answersUser[i][k_]]['proposition'] } - c_['status'] = status[i].answers[k_] + if(c['type'] === "multiple") { + c_['status'] = status[i].answers[answersUser[i][k_]] + } else { + c_['status'] = status[i].answers[k_] + } return c_ }), 'status': status[i].ok,