I'm just starting to investigate Scorm and Moodle. I've experimented with adding Phillip's Planets example to Moodle and hacking the code to report a score. So far, so good.
I have written a (non-Scorm) application in Flex which tests prescribing skills in a number of different case-based scenarios. So I launch it something like:
The program reads all the data from a mary.xml file and presents the case, reporting a score at the end (and in the current system writing the scores to a mySql database).
Now I'd appreciate some advice as to how I might imlement this to work as a Scorm package within Moodle. I think I understand how to package it, launch it and save scores (because that's not too different from Phillip's example). But how would I tell it to use a particular case? Obviously I don't want to load up more than one Scorm package into Moodle.