From 21c2d3f7bd7d04c6f40a65da933065ca40f896a0 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Fri, 20 Nov 2015 12:05:49 -0500 Subject: [PATCH] Add in the attempt_code field to the proctoring report --- lms/djangoapps/instructor/views/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/instructor/views/api.py b/lms/djangoapps/instructor/views/api.py index a6fb2113c3..a06879c99d 100644 --- a/lms/djangoapps/instructor/views/api.py +++ b/lms/djangoapps/instructor/views/api.py @@ -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',