Skip to Content
Menu
v 17.0 Third Party 1503
Download for v 17.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies eLearning (website_slides)
Website (website)
Discuss (mail)
Lines of code 899
Technical Name website_scorm_elearning
LicenseAGPL-3
Websitehttps://www.manprax.com
Versions 13.0 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies eLearning (website_slides)
Website (website)
Discuss (mail)
Lines of code 899
Technical Name website_scorm_elearning
LicenseAGPL-3
Websitehttps://www.manprax.com
Versions 13.0 14.0 15.0 16.0 17.0 18.0
manprax-logo

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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
thanks
by
informatik@hospital-eupen.be
on 1/30/25, 6:50 AM

Thank's for this


It is not compatible with Odoo.sh --> Follow up
by
Leonardo Guerra
on 11/28/24, 9:43 AM
Please see the error --> https://www.awesomescreenshot.com/video/34108826?key=e18f4b19fcd9539947392855430c0dc5

OSError: [Errno 30] Read-only file system: '/home/odoo/src/user/QuickStart2/custom_mindle/website_scorm_elearning/static/media'

Saved my project, thank you
by
Prateek Bhargava
on 6/10/24, 4:05 AM



making progress with s3
by
Ulises Aldana
on 4/22/25, 9:29 AM

found the culprit of the quote error:

from urllib.parse import quote


This line is missing in the slide_slide model.


but now I have the following error:

An unexpected error occurred while processing the SCORM data: Failed to upload files to Amazon S3: 'slide.slide' object has no attribute 'is_tincan'

thanks in advance for any advice.


having problem with S3
by
Ulises Aldana
on 4/22/25, 8:47 AM

Hi, 
Great work, I'm trying to connect to Amazon s3, keys no problem but when I try to upload the content the following message arises:

An unexpected error occurred while processing the SCORM data: Failed to upload files to Amazon S3: name 'quote' is not defined.

Any advice on how to circumvent the error is appreciated.


Is not compatible with Odoo.sh!!!
by
Leonardo Guerra
on 11/26/24, 12:55 PM


Re: Is not compatible with Odoo.sh!!!
by
manish
on 11/27/24, 7:12 AM Author

I have tested with odoo.sh and it is kind of working fine. It would be great if you could share error detail and sample scorm file so that I can test and fix actual problem. 

Thanks,


read only error on odoo.sh production platform
by
Weisz Patrice
on 6/18/24, 5:09 PM

Hello

after deployment on odoo.sh with 17.0 version, 

I have a 'read only error' when I import a file Scorm (zip) on the production platform on odoo.sh

Iti is because it is unable to mkdir 'media' to upload the file. 

But this module runs correctly on dev and staging platform

Please I need help

Thanks

Patrice