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 a few other improvements.

This entry was posted in Run Time Environment. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *