I've been playing with the Embed function and notice that it can accept quite a bit of HTML.
Been running some HTML with JS through it. So far I get permissions errors from Apache. But it looks as if I can insert the almost the full HTML5 of a single file into this and reference the JS paths.
Your mileage may vary. I suspect that Xerte would still be blissfully unaware of any Scorm related parts of this file. As will the LMS (Moodle). This page type was after all intended just to link to another page's content.
I'm playing with ways to simplify UI for end users. My thoughts are that I might be able to link the Activity from the LMS into Xerte to reduce the clicks in using the content.
In a case like this it may still be loaded into the LMS. Then linked back into Xerte.
I came across an easy way to integrate Scorm API
pipwerks.com
. It looks to be more limited than the full API but much faster. In our use case this may prove useful in enabling scoring & stats on our normal Html5 content.
If you have any thoughts let me know.