mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-13431 - SCORM results not transferring to Gradebook. Add logging mechanism so that launched URI can be traced.
This commit is contained in:
parent
4be9093068
commit
1eb6604eb7
@ -143,5 +143,9 @@
|
||||
</head>
|
||||
<body onload="doredirect();">
|
||||
<p><?php echo get_string('activityloading', 'scorm');?> <span id="countdown"><?php echo $delayseconds ?></span> <?php echo get_string('numseconds');?>. <img src='<?php echo $scormpixdir;?>/wait.gif'><p>
|
||||
<?php if (debugging('',DEBUG_DEVELOPER)) {
|
||||
add_to_log($course->id, 'scorm', 'launch', 'view.php?id='.$cm->id, $result, $cm->id);
|
||||
}
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user