Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eLearning (website_slides)
• Website (website) • Discuss (mail) |
Lines of code | 1009 |
Technical Name |
website_scorm_elearning |
License | AGPL-3 |
Website | https://www.manprax.com |
Versions | 13.0 14.0 15.0 16.0 17.0 18.0 |

Elearning with Scorm Package
Add SCORM package to make your course more interactable to learners.
Instruction to use this module.
- Change media directory ownership to odoo user or daemon user.
- Media directory is in "{custom addons path}/website_scorm_elearning/static/media".
- Or you can connect Odoo with Amazon S3 by adding credentials in the configuration. This will store the SCORM package in an S3 bucket, and you can retrieve the link.
Key Highlights
- Added new type (Scorm) for SCORM attachments.
- Added support to upload Scorm Packages to the Elearning courses.
Screenshots
Add configuration for Amazon S3 bucket by going to General Settings, saving the data, and testing the connection. This will connect Odoo with Amazon S3.

Upload SCORM Package to the course content.

Play SCORM File on eLearning Slide.

Intract with SCORM package.


Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Deprecated method inside a function
Hi ,
i've noticed that in this module there is the method flush() inside the function read_files_from_zip() which is now deprecated since version 16.0,
Is the flush() method still working in v18 without issue?
If it was not intentional to keep that method , is it possible to fix by ourselves by updating with the migration guidelines by OCA?
https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-16.0