Tracking of progress
May 5, 2006 12:00 AM
@jazzletz] I got it to work on Cornerstone:I've added an External HTML object to the first page of the course ***I got this part***(deleted)Then I added an External HTML Object to the last page of each chapter with this script for chapter 1:LMSSetValue("cmi.objectives.0.id", "Lesson 1") LMSSetValue("cmi.objectives.0.status", "completed");Whereas for chapter 2 it is:LMSSetValue("cmi.objectives.1.id", "Lesson 2");LMSSetValue("cmi.objectives.1.status", "completed");Etc, etc.Hope this might help.jz[/QUOTE wrote:
Now, in the line:LMSSetValue("cmi.objective.0.id", "Lesson 1");Does there need to be a unique, correlating objective in the LMS called "Lesson 1" or will it automatically write to the first objective under the SCO/AU?
Discussions have been disabled for this post