Skip to content

Commit

Permalink
docs: Change comment link to commit
Browse files Browse the repository at this point in the history
Co-authored-by: Jillian <[email protected]>
  • Loading branch information
bmtcril and pomegranited authored Nov 7, 2023
1 parent b32afcd commit 5c58ade
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def get_result(self):
# to how few and how old those events are and how complicated the
# parsing is. Should we ever find it necessary to make a better
# parser for them, Insights had a good effort here:
# https://github.com/openedx/edx-analytics-pipeline/blob/master/edx/analytics/tasks/insights/answer_dist.py#L260C36-L260C36
# https://github.com/openedx/edx-analytics-pipeline/blob/8d96f93/edx/analytics/tasks/insights/answer_dist.py#L260C36-L260C36
response = event_data.get('answers', None)
correct = self.get_data('success') == 'correct'

Expand Down

0 comments on commit 5c58ade

Please sign in to comment.