Where is extracted SCORM data

Where is extracted SCORM data

by Jaswant Tak -
Number of replies: 6

Hi All,

I am getting an issue with SCORM player. When I click on module name I can see the pop but it is blank, and the url displayed in popup window is

http://mysite.com/moodle/pluginfile.php/2188/mod_scorm/content/1/index_lms.html

If I extract the SCORM package on local machine and run the index_lms.html file in browser it is working, but not in Moodle. What might be the issue, also if anyone can tell me where Moodle extracts the scorm zip I can see in URL it is somewhere in 2188/mod_scorm/content/1/index_lms.html but I could not find it.

 

Thanks. 

Average of ratings: -
In reply to Jaswant Tak

Re: Where is extracted SCORM data

by Amy Groshek -
You should be able to use the file picker to see your extracted files (assuming you are using M2, I don't see version info provided). But that will not tell you whether Moodle has been instructed by the package to provide those files into the scorm player.

Localhost outside of an LMS won't tell you much, though a localhost Moodle installation might. But the first thing you should do is check your package manifest and make sure all the necessary content files are listed in the manifest.

http://docs.moodle.org/21/en/SCORM_FAQ#File_not_found_error
In reply to Amy Groshek

Re: Where is extracted SCORM data

by Jaswant Tak -

Hello Amy,

This is Moodle2, I can access the uploaddata directory and can see the zip files but not the extracted folders not sure where is 2188/mod_scorm/content/1/index_lms.html

Thanks,

J

In reply to Jaswant Tak

Re: Where is extracted SCORM data

by Amy Groshek -
Check your manifest file.
In reply to Amy Groshek

Re: Where is extracted SCORM data

by Jaswant Tak -

Thanks Amy,

Sorry this is silly question but could you please guide how do I check manifest, and where is manifest. I can see the manifest name in database mdl_scorm_scoes table.

Thanks

In reply to Jaswant Tak

Re: Where is extracted SCORM data

by Matteo Scaramuccia -

Hi Jaswant,
if you've a test environment give my DAVRoot a try: you'll be able to visually explore those files using a DAV client.

Beware at your content references:

  1. they must use the same case as used in the package archive otherwise Moodle will returns HTTP 404 Not Found
  2. they must be relative: read more at http://moodle.org/mod/forum/discuss.php?d=188006&parent=818560

HTH,
Matteo

In reply to Jaswant Tak

Re: Where is extracted SCORM data

by Alexander Mamonov -

Have the same problem with simple "planets" SCORM packet (http://pipwerks.com/2011/10/07/scorm-planets-example-updated/)

Link https://docs.moodle.org/21/en/SCORM_FAQ#File_not_found_error didn't help me sad

Fresh clean moodle ver 2.9

After opening course i see clean page like on enclosed screenshot


Errors like:

http://.....com/moodle/pluginfile.php/133/mod_scorm/content/1/planets.swf Failed to load resource: the server responded with a status of 404 (not found)

As i notised there no file "planets.swf" in table mdl_files

SELECT * 
FROM `mdl_files` 
WHERE contextid =133
LIMIT 0 , 30

Enclose file planets.mdl_files.csv with results.

Links to "planets" scorm packet:

https://drive.google.com/file/d/0B4a8NPpfyUnNYUI3TFpZRTFHUDQ/view?usp=sharing

or download it from http://pipwerks.com/2011/10/07/scorm-planets-example-updated/

http://pwrk.us/planets


Please help

Attachment planets.png