From def3e3d372aa50e7e4cdd4f14269ffef551f3001 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Wed, 8 Apr 2026 11:02:42 +0530 Subject: [PATCH] fix: mark for review should only be allowed when showing answers is disabled --- frontend/src/components/Quiz.vue | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Quiz.vue b/frontend/src/components/Quiz.vue index 84e17442..31c92540 100644 --- a/frontend/src/components/Quiz.vue +++ b/frontend/src/components/Quiz.vue @@ -224,6 +224,7 @@
@@ -289,12 +291,18 @@ activeQuestion != questions.length && quiz.data.show_answers " @click="nextQuestion()" + class="ml-auto" > {{ __('Next') }} -