From: Vincent Vanwaelscappel Date: Mon, 2 Nov 2020 10:26:56 +0000 (+0100) Subject: wait #4030 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a0b87bf136ebc26eea16fd5b3f26b3669fb28fc8;p=fluidbook-toolbox.git wait #4030 --- diff --git a/resources/quiz/js/main.js b/resources/quiz/js/main.js index 33009996d..de4c64e1a 100644 --- a/resources/quiz/js/main.js +++ b/resources/quiz/js/main.js @@ -371,11 +371,7 @@ function displayBadge(correct) { resize(); - if (!instantReview) { - nextScreen(); - return; - } - if (correct === null) { + if (!instantReview || correct===null) { nextScreen(); return; }