updated header location, error handling
This commit is contained in:
@@ -105,6 +105,8 @@ def upload_proctored_exam_results_report(_xmodule_instance_args, _entry_id, cour
|
||||
# Compute result table and format it
|
||||
query_features = [
|
||||
'course_id',
|
||||
'provider',
|
||||
'track',
|
||||
'exam_name',
|
||||
'username',
|
||||
'email',
|
||||
@@ -118,9 +120,7 @@ def upload_proctored_exam_results_report(_xmodule_instance_args, _entry_id, cour
|
||||
'Suspicious Count',
|
||||
'Suspicious Comments',
|
||||
'Rules Violation Count',
|
||||
'Rules Violation Comments',
|
||||
'provider',
|
||||
'track'
|
||||
'Rules Violation Comments'
|
||||
]
|
||||
|
||||
student_data = get_proctored_exam_results(course_id, query_features)
|
||||
|
||||
Reference in New Issue
Block a user