Beiträge von Chad Parmentier

Moodle in English -> SCORM -> Moodle 2.0 SCORM Problems

von Chad Parmentier -

I have several SCORM 1.2 modules that will not load into my test moodle 2.0 environment. The error I get is:

Incorrect file package - missing imsmanifest.xml or AICC structure

The file layout is set up as follows:
This is the basic structure and location of the imsmanifest file relative to other directories. All these scorm packages are similar in that the imsmanifest file is in the root/main folder but moodle fails to see it, its like moodle cannot unzip the file. Here is a SCORM Mod that can be downloaded:
I am running the latest moodle 2.0 stable release on centos5.5 php 5.3.4, most recent LAMP config.
Here is a link to a phpinfo script:
Any help would be very much appreciated.
Mittelwert:  -

That also caused moodle to not be able to find the css. I replaced localhost with the ip of my machine. This worked however the problem with this is you I will have to edit the config file each time I aquire a new ip from the network. see coded below.

 

 

<?php  // Moodle configuration file

unset($CFG);
global $CFG;
$CFG = new stdClass();

$CFG->dbtype    = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost    = 'localhost';
$CFG->dbname    = 'moodle';
$CFG->dbuser    = 'root';
$CFG->dbpass    = '';
$CFG->prefix    = 'mdl_';
$CFG->dboptions = array (
  'dbpersist' => 0,
  'dbsocket' => 0,
);

$CFG->wwwroot   = 'http://10.124.232.24/moodle';
$CFG->dataroot  = 'C:\\wamp\\moodledata';
$CFG->admin     = 'admin';

We are experiancing the same problem and it is also not working in Learn.com. Without the exit data it seems to not send any data to Moodle Gradebook or Learn.com. In Moodle it shows
cmi.core.exit suspend
cmi.suspend_data viewed=1,2,24|lastviewedslide=24|s1=11010,s2=10010,s3=00010,s4=00000,s5=00000,s6=00000,s7=00000,s8=00000,s9=00000,s10=00000,s11=00000,s12=00010,s13=00010,s14=00000,s15=00000,s16=00010,s17=00000,s18=00000,s19=00000,s20=00000,s21=00000,s22=00010,s23=00010,s24=10110,LCS=1,

In Learn.com it shows complete but without any percentage, all info is unavailable. Does this mean Articulate cannot be used based on how it handles exiting?

We are interested in exploring the possibility of implementing Moodle at our institution. We are a large Farm Credit Corporation and would like to know how other cooperation's/businesses use Moodle relating to compliance training and other HR related Training. Additionally what other systems do you have that integrate with Moodle. Ceridian, People Soft, SuccessFactors, HIRS, etc.

Would it be possible to get an AICC test course zip file in moodle so people can see a working format? The AICC Test course URL Redirect does not seem to be valid. The course loads but cannont connect i think because the url path is no longer valid. I have posted a zip folder with the sample AICC course.