]> _ Git - fluidbook-toolbox.git/commitdiff
wait #4030
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Nov 2020 10:26:56 +0000 (11:26 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 2 Nov 2020 10:26:56 +0000 (11:26 +0100)
resources/quiz/js/main.js

index 33009996d4d1bf78c1951ce7acab92939bc28166..de4c64e1a2fc614778f6bb04848b6d86f745ff5f 100644 (file)
 
         function displayBadge(correct) {
             resize();
-            if (!instantReview) {
-                nextScreen();
-                return;
-            }
-            if (correct === null) {
+            if (!instantReview || correct===null) {
                 nextScreen();
                 return;
             }