updated header location, error handling

This commit is contained in:
atesker
2019-05-22 15:51:36 -04:00
parent f00eb4f3b4
commit d88e41db46
2 changed files with 10 additions and 8 deletions

View File

@@ -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)