Picture of Kev Adsett
Fix to Tracking IDs grunt task - read if developing SCORM-enabled courses
by Kev Adsett - Wednesday, 5 March 2014, 11:40 AM
 

Hello everyone,

Please note that a new, critical update of the tracking IDs task has recently been pushed to npm and git, so if you are planning on running your courses as SCORM objects, so please run the following to make sure you have the latest:

$ npm update adapt-grunt-tracking-ids

The update fixes a bug whereby duplicate tracking IDs would be ignored and therefore tracking data could be lost - this wouldn't necessarily have happened, if you had only run the task once, but had high potential to occur in courses where new blocks had been created after grunt tracking-ids was run.

Remember, in order to run your course as a scorm object, you need to run

$ grunt tracking-insert

So please re-run that task after updating.

Thanks, and sorry for the inconvenience.

Kev