Skip to content
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

course_completed event not emitting from data service #2408

Open
gpapagapitos-esc4 opened this issue Sep 13, 2024 · 0 comments
Open

course_completed event not emitting from data service #2408

gpapagapitos-esc4 opened this issue Sep 13, 2024 · 0 comments

Comments

@gpapagapitos-esc4
Copy link

gpapagapitos-esc4 commented Sep 13, 2024

Summary: I have configured a data stream to emit a course_completed event so we can synchronize progress between Canvas and our application. This was working as expected until this week, when the course_completed event stopped being emitted. course_updated, course_created are being emitted.

Steps to reproduce:

  1. Create Canvas course and enroll a user
  2. Create test module with requirement for completion as viewing just one test page
  3. publish course and module w/ test page
  4. Act as user and view the test page to complete the only module
  5. Ensure the progress is showing as completed for the user
  6. No course_completed event is emitted

Expected behavior:

Once the Student has completed all of the module requirements (in the case of this test, it is just one module with the requirement to view one page), the course_completed event should be emitted by the data service.

Actual behavior:

No course_completed event is emitted

Additional notes:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant