We are building API for scorm 2004 4th edition , we start using the the official Test Suite but in the DMI test we get the following error :

"ERROR: Attempted to access an objective with the id "tarID1" but "tarID1" was not found."

when i looked in the manifest xml file i found that those elements are defined as "adlcp:map" , where shall i save this tag ? what this tag represent ?

link|improve this question
2  
You need to go read, understand and implement the SCORM 2004 4th Edition Sequencing and Navigation specification as well. In SCORM 2004, you can't just implement one of the books in isolation, you need to implement the whole set to be conformant. – Mike Rustici Apr 6 '11 at 15:23
Thanks a lot Mike , yes that's what I'm doing right now. – ghada alsubih Apr 12 '11 at 12:57
feedback

1 Answer

up vote 0 down vote accepted

Anything you would want to know about any element in a manifest (assuming it doesn't utilize third-party extensions) can be found in the official SCORM documentation.

Download the documentation suite. In the CAM book, look for section 3.4.1.19, titled "<map> Element".

Source: SCORM 2004 4th Edition Content Aggregation Model (CAM) Book, available from adlnet.gov (download the documentation suite).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.