Commit 236d251e by chrisndodge

Merge pull request #10691 from edx/cdodge/add-attempt-code-to-report

Add in the attempt_code field to the proctoring report
parents a7e21bf1 21c2d3f7
......@@ -1405,6 +1405,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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment