Merge pull request #673 from rtdany10/total-mark-issue

fix: mandatory total marks issue
This commit is contained in:
Jannat Patel
2023-11-07 11:41:34 +05:30
committed by GitHub

View File

@@ -111,6 +111,7 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"default": "0",
"fieldname": "total_marks", "fieldname": "total_marks",
"fieldtype": "Int", "fieldtype": "Int",
"label": "Total Marks", "label": "Total Marks",
@@ -121,7 +122,7 @@
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-10-18 22:50:58.252350", "modified": "2023-11-07 10:11:49.126789",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "LMS", "module": "LMS",
"name": "LMS Quiz", "name": "LMS Quiz",