Reputation: 321
My colleagues and I are keen to embed SCORM compliant eLearning into our .NET/SQLServer web application.
We've been provided with a number of eLearning resources that have been authored as "SCORM compliant" and although I can see that it might be easy to host these packages by just uploading them to our server I was wondering if I should take the extra leap and make the application fully compliant.
Are there any tools, classes or examples (preferably free) available that might help me achieve this?
My understanding of the situation is that I need to:
This system already requires users to create an account/profile so I'm guessing we could link their eLearning to their account.
Many thanks for your time,
Upvotes: 3
Views: 4228
Reputation: 2328
To get started learning about how to implement SCORM, check out SCORM Explained.
There are also two tools there that can add the ability to import, track and deliver SCORM conformant content to your application. The SCORM Engine and SCORM Cloud were both designed to do just that, but they are not free.
Upvotes: 3