Tracking of progress
May 5, 2006 12:00 AM
create an external HTML function and issue the commands just as you wrote above. However, each lesson should have it's own ID ... otherwise you are just overwriting the same objective:LMSSetValue("cmi.objectives.0.id","Lesson 1")LMSSetValue("cmi.objectives.0.status","completed")LMSSetValue("cmi.objectives.0.score.max","76")LMSSetValue("cmi.objectives.1.id","Lesson 2")LMSSetValue("cmi.objectives.1.status","completed")LMSSetValue("cmi.objectives.1.score.max","82")LMSSetValue("cmi.objectives.2.id","Lesson 3")LMSSetValue("cmi.objectives.2.status","not attempted")LMSSetValue("cmi.objectives.2.score.max","") Depends on how the LMS-supplid API Adapter functions.Tim V
Discussions have been disabled for this post