SCORM package documentation

SCORM package documentation

by Norbert Weber -
Number of replies: 4

Hello,

at the moment I try to become familiar with the programming code of the SCORM Module, but it is really difficult because there isn’t any documentation in the code.

The way SCORM works theoretically is well known to me, but I don’t understand how the SCORM module for moodle works and where the problems with some SCORM packages come from?

Does anybody know how it works or where the functionality is explained?

Thanks in advance,
Norbert

Average of ratings: -
In reply to Norbert Weber

Re: SCORM package documentation

by Juan David Martínez Pavony -

Hello Norbert.

There is lack of documentation for all of us who are studying and learning this great platform.

Anyway we join our forces to achieve our goals. This is the main objective of Moodle.

Maybe you can search this SCORM forum, or try writing directly to Roberto #Bobo# Pinna, "the guy". He is the main code writer of the SCORM module for Moodle.

I have been dealing with SCORM in Moodle, so if you want some details, maybe I can guide you too.

Good luck.

In reply to Juan David Martínez Pavony

Re: SCORM package documentation

by Vu Hung -

Hi Norbert and Juan,

At the present, the developer documentations of Moodle is rather small, only general rules of Moodle architecture and programming, not enough for maintaining code.

I think we should produce more developer documentations for each module, so that it's easier to maintain the modules. 

What's about you?

In reply to Vu Hung

Re: SCORM package documentation

by Tudor Danes -
Hello,

Is there any document available on how SCORM<->Moodle works ?
I try to figure out how each part communicates with the others (Flash -> JS -> PHP).