Click here to Skip to main content
15,889,403 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want a create a scorm package in c# code.Do anyony has any sample code for this?
Posted

1 solution

Consult SCORM specification[^]. As you see, a SCORM package is an archive of XML-s and content assets. What will contain depends on the author. No class library will make it really easier to build a package than building it for yourself. Although there are several SCORM authoring applications (as this one: http://slk.codeplex.com/[^], and here you have also source sample) - but these applications have their own active assets they include in the package. You can make really simple and really complex SCOs in SCORM, thus everything depend on what your needs are, and what the LMS can handle...
...might be interesting:

http://doc.claroline.net/en/index.php/How_do_I_create_SCORM_content%3F[^]
http://www.elearningguild.com/pdf/2/020507dev-h.pdf[^]
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900