From 52bd9825d8f3293d6b296928425f58413346fd27 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Mon, 18 Nov 2024 11:16:34 +0530 Subject: [PATCH] fix: choice questions validations --- frontend/src/components/Modals/Question.vue | 10 +++++----- frontend/src/pages/QuizForm.vue | 1 + lms/lms/doctype/lms_question/lms_question.py | 6 ++++++ 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/Modals/Question.vue b/frontend/src/components/Modals/Question.vue index abbfad65..53400227 100644 --- a/frontend/src/components/Modals/Question.vue +++ b/frontend/src/components/Modals/Question.vue @@ -12,9 +12,9 @@ id="existing" value="existing" v-model="questionType" - class="w-3 h-3 accent-gray-900" + class="w-3 h-3 cursor-pointer" /> -