Add Scorm lessons through common cartridge

Jump to solution
DeepakGoyal
Community Member

I have multiple scorm lessons (includes index.html, driver.js, imsmanifest.xml file and some xsd files), Now I want to add all of those as a single package using common cartridge into Canvas.

I tried below structure

├── imsmanifest.xml
├── content/
│   └── scorm1.zip
│   └── scorm2.zip

This gives me an error saying unsupported package types

So I tried with unzipped folders


├── imsmanifest.xml
├── assets/
│   └── scorm1

│   └── scorm2

In this case scorm1 will have all its files inside and same for other lessons.
But When I import this and try to select content it shows them as files instead of assignments.

Is there a way to fix above or some other way to upload all scorm course at once with individual grading and tracking.

Labels (1)
0 Likes
1 Solution
chriscas
Community Coach
Community Coach

Hi @DeepakGoyal,

I don't think you can directly import SCORM into Canvas.  There is a SCORM integration that your school/institution may have available though.  If that is available, the directions for adding content through it at are available on the  How do I import SCORM files as an assignment? - Instructure Community - 673  guide.  I think it's a one-at-a-time type thing, though I'm not 100% sure because my institution does not allow use of SCORM content.

Hope this helps!

-Chris

View solution in original post

0 Likes