Follow

What "<schemaversion>" should I list in my imsmanifest file?

Avatar

Question

I am trying to figure out what schema version to list in my imsmanifest.xml file for SCORM 1.2, can you share that with me?

Answer

You need to look for something like this:

<metadata>
<schema>ADL SCORM</schema>
<schemaversion>1.2</schemaversion>
</metadata>


You can see an example of that in this SCORM 1.2 manifest.

I hope that helps.

Here's a SCORM 2004 2nd Edition one:

<metadata>
<schema>ADL SCORM</schema>
<schemaversion>CAM 1.3</schemaversion>
</metadata>
And 3rd edition:
<metadata>
<schema>ADL SCORM</schema>
<schemaversion>2004 3rd Edition</schemaversion>
</metadata>
Was this article helpful?
1 out of 1 found this helpful
Have more questions? Submit a request
Powered by Zendesk