Skip to content

Commit

Permalink
feat: whitelisted video complete event for xAPI backend (#205)
Browse files Browse the repository at this point in the history
* feat: whitelisted video complete event for xAPI backend

* chore: updated changelog
  • Loading branch information
ziafazal authored May 20, 2022
1 parent 2ddda6f commit 0e9edab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Unreleased

*

[5.2.1]
~~~~~~~

* Added `video_complete` event to xAPI backend and fixed broken links in documentation

[5.2.0]
~~~~~~~

Expand Down
2 changes: 2 additions & 0 deletions event_routing_backends/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def plugin_settings(settings):
'edx.video.loaded',
'play_video',
'edx.video.played',
'complete_video',
'edx.video.completed',
'stop_video',
'edx.video.stopped',
'pause_video',
Expand Down

0 comments on commit 0e9edab

Please sign in to comment.