Hello tutor community. Thank you for the amazing work.
We are using the SCORM XBlock for Open edX to add SCORM support to Open edX. Tutor is configured through a plugin to use S3 for storage directly.
The SCORM packages are uploaded to an S3 bucket. They fail to load and/or work in the iframe because of the CROSS DOMAIN SCRIPTING issue
Anyone else facing this issue? Any insight would be appreciated.
Hi @moonesque! I have talked to users who faced the same problem. The reason is that content loaded from a different domain name and included in an iframe cannot communicate with the LMS.
Unfortunately, there is nothing that can be done with Tutor to resolve this issue. Your best bet is to proxy your S3 bucket from your own web proxy, such that Scorm content is loaded from your own domain name.