Add grades event bus event handler for rejected special exam. - #33412
Merged
michaelroytman merged 1 commit intoOct 5, 2023
Merged
Conversation
michaelroytman
force-pushed
the
MichaelRoytman/MST-2107-EXAM_ATTEMPT_REJECTED-consumer
branch
3 times, most recently
from
October 4, 2023 18:04
a30d161 to
22c8011
Compare
alangsto
force-pushed
the
alangsto/verified_event_consumer
branch
from
October 4, 2023 18:43
0ec31dd to
dc0effc
Compare
michaelroytman
force-pushed
the
MichaelRoytman/MST-2107-EXAM_ATTEMPT_REJECTED-consumer
branch
from
October 4, 2023 19:31
22c8011 to
087c50d
Compare
varshamenon4
approved these changes
Oct 5, 2023
alangsto
force-pushed
the
alangsto/verified_event_consumer
branch
from
October 5, 2023 16:50
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.
michaelroytman
force-pushed
the
MichaelRoytman/MST-2107-EXAM_ATTEMPT_REJECTED-consumer
branch
from
October 5, 2023 19:18
087c50d to
b4cb93e
Compare
michaelroytman
deleted the
MichaelRoytman/MST-2107-EXAM_ATTEMPT_REJECTED-consumer
branch
October 5, 2023 19:48
Contributor
|
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
Contributor
|
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
Contributor
|
2U Release Notice: This PR has been deployed to the edX production environment. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This commit adds an event bus event handler to the grades application. This event handler handles the
EXAM_ATTEMPT_REJECTEDOpen 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.