-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add grades event bus event handler for rejected special exam. #33412
Add grades event bus event handler for rejected special exam. #33412
Conversation
a30d161
to
22c8011
Compare
0ec31dd
to
dc0effc
Compare
22c8011
to
087c50d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
dc0effc
to
9574690
Compare
This commit adds an event bus event handler to the grades application. This event handler handles the EXAM_ATTEMPT_REJECTED Open edX event, which is emitted when a learner's exam attempt is rejected. The event handler creates a subsection grade override, overriding the grade to 0.0.
087c50d
to
b4cb93e
Compare
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
Description
This commit adds an event bus event handler to the grades application. This event handler handles the
EXAM_ATTEMPT_REJECTED
Open edX event, which is emitted when a learner's exam attempt is rejected. The event handler creates a subsection grade override, overriding the grade to 0.0.Supporting information
JIRA: MST-2017 (private)
Event Definitions: openedx/openedx-events#268
Decision Record: Implementation of Event Driven Architecture for Exam Downstream Effects
Testing instructions
rejected
.0.0
.Deadline
None.
Other information
None.