Skip to content

Commit

Permalink
feat: incorporate changes in 8.7.0 and add signal hander
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoytman authored and alangsto committed Oct 3, 2023
1 parent ca1b89c commit 77a4f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions edx_exams/apps/core/signals/signals.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Signal definitions and functions to send those signals for the edx-exams application.
"""

from openedx_events.learning.data import ExamAttemptData, UserData, UserPersonalData
from openedx_events.learning.signals import EXAM_ATTEMPT_SUBMITTED

Expand Down

0 comments on commit 77a4f52

Please sign in to comment.