fix: set default marks to cut as 1

This commit is contained in:
Jannat Patel
2025-06-27 20:00:57 +05:30
parent cf452c2300
commit 7d85de7c6c

View File

@@ -144,6 +144,7 @@
"label": "Enable Negative Marking" "label": "Enable Negative Marking"
}, },
{ {
"default": "1",
"depends_on": "enable_negative_marking", "depends_on": "enable_negative_marking",
"fieldname": "marks_to_cut", "fieldname": "marks_to_cut",
"fieldtype": "Int", "fieldtype": "Int",
@@ -158,7 +159,7 @@
"link_fieldname": "quiz" "link_fieldname": "quiz"
} }
], ],
"modified": "2025-06-27 18:33:13.714465", "modified": "2025-06-27 20:00:15.660323",
"modified_by": "sayali@frappe.io", "modified_by": "sayali@frappe.io",
"module": "LMS", "module": "LMS",
"name": "LMS Quiz", "name": "LMS Quiz",