Need to play scorm files in another website like embedding

Need to play scorm files in another website like embedding

by Santino TS -
Number of replies: 3

I am building a website that uses Moodle APIs, basically a Moodle wrapper. 

Now I need to play scorm files in my website, is any way to embedded only the scorm package to my website like embedding tags.

Average of ratings: -
In reply to Santino TS

Re: Need to play scorm files in another website like embedding

by Benjamin Ellis -
Picture of Particularly helpful Moodlers
Hi,

You could look at AICC HACP or LTI functionality. Moodle's AICC support is provided via the SCORM plugin and LTI is kind of covered by External tools - https://docs.moodle.org/dev/External_tool_source and https://docs.moodle.org/38/en/External_tool.   WARNING - it can get messy.
In reply to Benjamin Ellis

Re: Need to play scorm files in another website like embedding

by Santino TS -

Thanks Benjamin,

i m looking something similar to youtube embeded code that we can plugin any part of the website. 

In reply to Santino TS

Re: Need to play scorm files in another website like embedding

by Benjamin Ellis -
Picture of Particularly helpful Moodlers
Hi,

Only way I could see that happening is that you make the courses publicly available (i.e. guest access) and allow guests to play the activities - then load the scorm player in an iframe on your site. Even that might not work. It will never be as simple as an embed without your site having some custom code to make it possible. Might be wrong.

The problem is that to run the scorm, it needs to be wrapped into some kind of player. Moodle's player is integrated into Moodle so will do security and access checks.

Sorry cannot be much more help.