Today’s Picture
Phantom Ship - a small island in Crater Lake (Oregon). This is a natural rock formation which derives its name from its resemblance to a ghost ship, especially in foggy and low-light conditions.-
Recent Posts
Recent Comments
- deighvan on Step 55 – Delaying Loading of the SCO
- Steve Addison on Step 55 – Delaying Loading of the SCO
- Step 55 – Delaying Loading of the SCO | VSSCORM on Download VS SCORM 1.2 RTE Rev 2.1
- Step 54 – Error Handling? | VSSCORM on Step 52 – cmi.comments and cmi.comments_from_lms
- Steve Addison on Step 53 – Delaying the Closing Sequence
Archives
Monthly Archives: January 2010
Step 51 – Testing for API Session State
In Step 48, I introduced a flag to indicate whether a session had been finished or not. In that post, it was used to ensure that LMSFinish wasn’t called multiple times. But I really ought to extend it to make … Continue reading
Posted in Run Time Environment
1 Comment
Bug in VSSCORM 1.2 RTE Rev 2.0
I recently spotted a bug in VS SCORM 1.2 RTE Rev 2.0. Line 54 of finish.php reads: $rawscore = readElement(‘cmi.score.raw’); It should read: $rawscore = readElement(‘cmi.core.score.raw’); I’ll incorporate this fix in a new release of the RTE once I’ve made … Continue reading
Posted in Run Time Environment
Leave a comment
A Simple SCORM 1.2 Content Package
If you want a very simple test case, you can use this content package – a single SCO consisting of: a title page; 3 test questions (the correct answer in each case is “true”); and a results page.

