gabrieldoty / simplify-scorm

Scorm 1.2 Javascript API
MIT License
230 stars 77 forks source link

Multiple SCORM on single page #18

Closed naresh21 closed 5 years ago

naresh21 commented 5 years ago

Was wondering if its possible to use this beautiful JS to show multiple SCORM files on single page. Is it possible ?

xob commented 5 years ago

If you mean to have multiple SCOs playing at the same time on a single page, no, this is not possible.

However, if you mean to have one SCO playing, and then switch to another SCO, having only one active at a time, then yes it is possible with the resetting feature for SCORM 1.2, also available on the SCORM 2004 API

Is this what you had in mind?

naresh21 commented 5 years ago

That's what I was looking for but never thought resetting feature can be used here. Thanks @xob ...