V3.12.1: now with native SCORM XBlock

:wave: :world_map:!

Tutor v3.12.0 and v3.12.1 were published this weekend: https://github.com/overhangio/tutor/releases
These releases come with two makor changes: first, we published a SCORM XBlock that makes it possible to easily publish SCORM content to Open edX: https://github.com/overhangio/openedx-scorm-xblock This XBlock is an improvement over Raccoon Gang’s original version, with cleaner code and S3 storage compatibility. It is compatible with the native Open edX release and it comes bundled with the most recent openedx Docker image.

Then, we introduced the concept of Job Runners. This change should make it much easier to debug initialisation issues (no more " Command failed with status 137" errors). This change mostly concerns developers of complex plugins: if you need to run an init job in a custom container, you will need to create a new patch, as described in the docs: https://docs.tutor.overhang.io/plugins/api.html#init

Thanks for reading!

6 Likes