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

link|improve this question

41% accept rate
5  
Acronyms can be tricky. Do you mean en.wikipedia.org/wiki/Scorm, for instance? The more effort you put into your questions, the better the quality and quantity of the responses. This may be part of why you've only been able to accept one answer out of your previous 20 questions. The StackOverflow community is incredibly good at answering questions that are reasonably complete and clear. – T.J. Crowder Nov 22 '10 at 13:04
oh the SO scorn attacks again! – kenny Nov 22 '10 at 13:09
Yes that is what.. but i dont know how to use it.. I'm searching for the one who is already implemented – jestges Nov 22 '10 at 13:13
People who doesnt have any idea about SCORM will think like not useful.. hah aha – jestges Nov 22 '10 at 14:46
feedback

2 Answers

up vote 4 down vote accepted

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

link|improve this answer
thank you but moodle with supports .net (asp.net and c#) ? – jestges Nov 22 '10 at 13:37
No - moodle is PHP based. – Michael Shimmins Jun 24 '11 at 7:13
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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.