0
votes

I'm looking to extract the Quiz data(Questions) from a quiz and need the data out of the SCORM container. How can i get that....Please help me n this case..

regards

Arun Krishnan G

1

1 Answers

0
votes

The answer depends where the questions are stored.

Sometimes content is stored in an xml or js file (as json) or even a txt file outside of the content player (usually a swf). In that case you just extract the scorm .zip and find the right content file.

Sometimes the content is compiled inside a swf content player. So if you check all those other files inside the scorm zip listed above and none of them has the content you need, you'll have to use a swf decompiler like Trillix to access the actionscript inside the swf.