create content in scorm

create content in scorm

by deepika saini -
Number of replies: 3

i want to know " How is information like quiz grades etc are passed from SCORM content to Moodle for storage in database?"

Average of ratings: -
In reply to deepika saini

Re: create content in scorm

by Dan Marsden -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers Picture of Plugins guardians Picture of Testers Picture of Translators

Typically you will use a SCORM authoring tool - see list here:
https://docs.moodle.org/en/Creating_SCORM_Content

That package will then communicate with the Moodle SCORM API using JavaScript function calls.

Here's a good overview that explains SCORM a bit more:
http://scorm.com/scorm-explained/

Average of ratings: Useful (2)
In reply to Dan Marsden

Re: create content in scorm

by deepika saini -

thanks sir for your valuable help. Sir i have query related reusability of scorm

1.Is it possible with SCORM and Moodle to create content once and reuse it in different courses? Like creating a chapter on "PHP Arrays" and using it in 2 different courses without making a copy (so that if in future a change is to made, it will be made only once)?