$string['updatefreq'] = 'Auto-update frequency';
$string['options'] = 'Options';
$string['activityloading'] = "You will be automatically redirected to the activity in"; // used in conjunction with numseconds
+$string['activitypleasewait'] = "Activity loading, please wait ....";
?>
e.innerHTML = --cSeconds;
} else {
clearInterval(timer);
- document.body.innerHTML = "Activity loading, please wait ....";
+ document.body.innerHTML = "<?php echo get_string('activitypleasewait', 'scorm');?>";
location = "<?php echo $result ?>";
}
}, 1000);