Add in the attempt_code field to the proctoring report

This commit is contained in:
Chris Dodge
2015-11-20 12:05:49 -05:00
parent 24d72883b2
commit 21c2d3f7bd

View File

@@ -1404,6 +1404,7 @@ def get_proctored_exam_results(request, course_id):
query_features = [
'user_email',
'exam_name',
'attempt_code',
'allowed_time_limit_mins',
'is_sample_attempt',
'started_at',