Forum Discussion
Mangage SCORM 2004 LMS objectives
Hi All,
I have a course with 3 scorm objectives. Storyline by default can manage only one objective (cmi.objectives.0). So I have edited the manifest to add 2 more objective per item, but when i try to write via javascript lmsAPI.SCORM2004_CallSetValue("cmi.objectives.1.score.raw",intScore);
SCORM API return an error because object array has only one element.
I there any way to manage more than one objective?
Thank you
- FaisalImam-5c29Community Member
MarcoBennardo- were you able to figure this out? I am in the same situation and looking for solutions. Does the objective need to be assigned an ID before working with the objective? Thank you.
- SamHillSuper Hero
From memory, this is correct "Does the objective need to be assigned an ID before working with the objective?". I believe the objective does need to be assigned an ID before you can write any other data to it.