Search code examples
c#asp.netscorm2004

What is 'SCORM'?


Could anyone tell me what exactly 'SCORM' is? And if it's possible to use with .net?

Can any one give me a sample code which is already implemented in asp.net with c#

Thank you


Solution

  • SCORM is a standard for e-learning coursess. It allows these courses to be defined in a standard way making it possible to transfer these course between different e-learning systems ( typically Learning management Systems) and for course content providers to sell/develop courses independently of the software used to deliver them to students.

    SCORM is an XML based standard and as such any system capable of reading XML can implement code to process SCORM files.

    You might want to look at the source code of moodle but SCORM is complicated