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
feedback
|
|
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 | |||||
|
feedback
|
|
Apart from the definition that you can read from Wikipedia, if you want to have a look at how SCORM works please give a look to Moodle an e-learning open source platform where you can find some scorm sample content and see how it works | |||
|
feedback
|