From a0b87bf136ebc26eea16fd5b3f26b3669fb28fc8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 2 Nov 2020 11:26:56 +0100 Subject: [PATCH] wait #4030 --- resources/quiz/js/main.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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; } -- 2.39.5