Does Moodle modify the SCORM packages in any way?

Does Moodle modify the SCORM packages in any way?

yazan webmaster final -
Yanıt sayısı: 1

Hello,

I noticed that Moodle takes a zipped SCORM package and breaks it into pieces when putting it into the moodledata folder. Why not maintain the original file structure?

Also does Moodle inject and code or make any modification to any of the uploaded files?

webmaster final yanıt olarak

Re: Does Moodle modify the SCORM packages in any way?

yazan Dan Marsden -
Core developers 'ın resmi Particularly helpful Moodlers 'ın resmi Peer reviewers 'ın resmi Plugin developers 'ın resmi Plugins guardians 'ın resmi Testers 'ın resmi Translators 'ın resmi
Moodle doesn't inject or modify any of the SCORM files. SCORM packages have to be unzipped before being served to the browser.

Moodle stores file path/structure information in the database rather than on the file system (for all files - not just SCORM) - If you have the same file/scorm in multiple courses it only stores one copy "on disk" - decreasing the amount of files stored on disk, but this design also enables Moodle to take advantage of cheaper cloud storage solutions like Amazons S3/Object storage - there should be a few similar posts in the forums if you search generically for where files are stored by Moodle.