Today I had to explain to a customer how to register time and completeness in a SCORM learning path, considering he's got Flash content and he doesn't know anything about SCORM.
This is what I answered (with little changes)
The idea is that Dokeos deals with SCORM contents by providing a JavaScript API (a library that can be called from the Flash) to enable SCORM features.
To enable this, there are various steps that need to be taken...
1. Your content should be a SCORM package.
2. Each step of your content should send a LMSInitialize() call to the Dokeos SCORM API when opened.
3.