Commit 92b9a9e4 by Chris Dodge

remove unused property

parent 463448ff
...@@ -173,7 +173,6 @@ def emit_event(exam, event_short_name, attempt=None, override_data=None): ...@@ -173,7 +173,6 @@ def emit_event(exam, event_short_name, attempt=None, override_data=None):
attempt_data = { attempt_data = {
'attempt_id': attempt['id'], 'attempt_id': attempt['id'],
'attempt_user_id': attempt['user']['id'], 'attempt_user_id': attempt['user']['id'],
'attempt_username': attempt['student_name'],
'attempt_started_at': attempt['started_at'], 'attempt_started_at': attempt['started_at'],
'attempt_completed_at': attempt['completed_at'], 'attempt_completed_at': attempt['completed_at'],
'attempt_code': attempt['attempt_code'], 'attempt_code': attempt['attempt_code'],
......
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