From 7d85de7c6cef133c08d2c0e6ade93aa17a7e9011 Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Fri, 27 Jun 2025 20:00:57 +0530 Subject: [PATCH] fix: set default marks to cut as 1 --- lms/lms/doctype/lms_quiz/lms_quiz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/lms/doctype/lms_quiz/lms_quiz.json b/lms/lms/doctype/lms_quiz/lms_quiz.json index c4522f00..6de9c1ec 100644 --- a/lms/lms/doctype/lms_quiz/lms_quiz.json +++ b/lms/lms/doctype/lms_quiz/lms_quiz.json @@ -144,6 +144,7 @@ "label": "Enable Negative Marking" }, { + "default": "1", "depends_on": "enable_negative_marking", "fieldname": "marks_to_cut", "fieldtype": "Int", @@ -158,7 +159,7 @@ "link_fieldname": "quiz" } ], - "modified": "2025-06-27 18:33:13.714465", + "modified": "2025-06-27 20:00:15.660323", "modified_by": "sayali@frappe.io", "module": "LMS", "name": "LMS Quiz",