Skip to content

Commit

Permalink
Merge pull request openedx#508 from Stanford-Online/dcadams/fix_oli_e…
Browse files Browse the repository at this point in the history
…vent_handler

Alter anonymous_id to user_id.
  • Loading branch information
David Adams authored Aug 30, 2016
2 parents 78ef5fc + 555dfe7 commit 8e4695a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/djangoapps/track/backends/oli.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def send(self, event):
'payload': {
'course_id': course_id,
'resource_id': problem_id,
'student_id': anonymous_id_for_user(user, None),
'user_id': user_id,
'grade': grade,
'max_grade': max_grade,
'timestamp': timestamp.isoformat(),
Expand Down

0 comments on commit 8e4695a

Please sign in to comment.