I'm creating a system that needs to be able import SCORM-compliant (SCORM 1.2) videos. However, I'm using Articulate, and when publishing, it is only providing an XML file for the actual presentation data, not the quiz. (Quiz data is locked up in .swf files.)
Is the quiz part of SCORM-compliance? If so, how do I extract the quiz data (questions, answers, etc.) into XML/CSV format? I'm using PHP.
Thanks!
Edit: I'm looking to store the Quiz data in a database and need the data out of the SCORM container. I want to be able to import this data into the system, then discard the container.