Skip to content

Commit

Permalink
feat: emit the EXAM_ATTEMPT_SUBMITTED Open edX event when an exam is …
Browse files Browse the repository at this point in the history
…submitted
  • Loading branch information
MichaelRoytman authored and alangsto committed Oct 2, 2023
1 parent 980ba38 commit 15df1cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions edx_exams/apps/core/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from edx_exams.apps.core.models import Exam, ExamAttempt
from edx_exams.apps.core.signals.signals import emit_exam_attempt_submitted_event
from edx_exams.apps.core.statuses import ExamAttemptStatus
from edx_exams.apps.core.signals.signals import emit_exam_attempt_submitted_event

log = logging.getLogger(__name__)

Expand Down
1 change: 0 additions & 1 deletion edx_exams/apps/core/signals/signals.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""
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 15df1cc

Please sign in to comment.