Skip to content

Commit

Permalink
feat: [ACI-183, ACI-189] consume new grade events
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylo-kh committed Jan 2, 2024
1 parent df1adb1 commit e878125
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions credentials/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,4 +583,16 @@
"enabled": False,
},
},
"org.openedx.learning.course.grade.now.passed.v1": {
"learning-grade-lifecycle": {
"event_key_field": "user_course_data.course.course_key",
"enabled": True,
},
},
"org.openedx.learning.course.grade.now.failed.v1": {
"learning-grade-lifecycle": {
"event_key_field": "user_course_data.course.course_key",
"enabled": True,
},
},
}

0 comments on commit e878125

Please sign in to comment.