Skip to content

Commit

Permalink
fix: add grade.now* events to supported xapi events
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 27, 2024
1 parent dc7f7bc commit 92f3eca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion event_routing_backends/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ def plugin_settings(settings):
'edx.video.language_menu.hidden',
'video_show_cc_menu',
'edx.video.language_menu.shown',
'edx.course.grade.passed.first_time'
'edx.course.grade.passed.first_time',
'edx.course.grade.now_passed',
'edx.course.grade.now_failed',
]
allowed_caliper_events = [
'edx.course.enrollment.activated',
Expand Down

0 comments on commit 92f3eca

Please sign in to comment.