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

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

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';
| 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.