fix: quiz progress issue
This commit is contained in:
@@ -146,11 +146,12 @@
|
||||
"fieldtype": "Section Break"
|
||||
}
|
||||
],
|
||||
"grid_page_length": 50,
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"make_attachments_public": 1,
|
||||
"modified": "2025-02-17 18:40:53.374932",
|
||||
"modified_by": "Administrator",
|
||||
"modified": "2025-07-14 10:24:23.526176",
|
||||
"modified_by": "sayali@frappe.io",
|
||||
"module": "LMS",
|
||||
"name": "LMS Assignment Submission",
|
||||
"naming_rule": "Expression (old style)",
|
||||
@@ -179,8 +180,45 @@
|
||||
"role": "LMS Student",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"delete": 1,
|
||||
"email": 1,
|
||||
"export": 1,
|
||||
"print": 1,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Moderator",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"delete": 1,
|
||||
"email": 1,
|
||||
"export": 1,
|
||||
"print": 1,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Batch Evaluator",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
},
|
||||
{
|
||||
"create": 1,
|
||||
"delete": 1,
|
||||
"email": 1,
|
||||
"export": 1,
|
||||
"print": 1,
|
||||
"read": 1,
|
||||
"report": 1,
|
||||
"role": "Course Creator",
|
||||
"share": 1,
|
||||
"write": 1
|
||||
}
|
||||
],
|
||||
"row_format": "Dynamic",
|
||||
"sort_field": "modified",
|
||||
"sort_order": "DESC",
|
||||
"states": [
|
||||
@@ -202,4 +240,4 @@
|
||||
}
|
||||
],
|
||||
"title_field": "assignment_title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -993,6 +993,7 @@ def get_courses(filters=None, start=0):
|
||||
or_filters=or_filters,
|
||||
order_by="enrollments desc",
|
||||
start=start,
|
||||
page_length=30,
|
||||
)
|
||||
|
||||
if show_featured:
|
||||
@@ -2128,6 +2129,7 @@ def get_batches(filters=None, start=0, order_by="start_date"):
|
||||
],
|
||||
order_by=order_by,
|
||||
start=start,
|
||||
page_length=20,
|
||||
)
|
||||
|
||||
batches = filter_batches_based_on_start_time(batches, filters)
|
||||
|
||||
Reference in New Issue
Block a user