diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index e68a4852293..c51e00d5cc0 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -156,5 +156,5 @@ $string['unziperror'] = 'An error occurs during package unzip'; $string['othersettings'] = 'Additional settings'; $string['updatefreq'] = 'Auto-update frequency'; $string['options'] = 'Options'; - +$string['activityloading'] = "You will be automatically redirected to the activity in"; // used in conjunction with numseconds ?> diff --git a/mod/scorm/loadSCO.php b/mod/scorm/loadSCO.php index 3f6f71dcb03..88e5a473908 100755 --- a/mod/scorm/loadSCO.php +++ b/mod/scorm/loadSCO.php @@ -112,20 +112,34 @@ $result = get_file_url($scorm->course .'/'. $basedir .'/'. $launcher); } } + + $scormpixdir = $CFG->modpixpath.'/scorm/pix'; ?>
. 
+ diff --git a/mod/scorm/pix/wait.gif b/mod/scorm/pix/wait.gif new file mode 100644 index 00000000000..471c1a4f93f Binary files /dev/null and b/mod/scorm/pix/wait.gif differ