mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
SCORM MDL-22168 fix accidental revert - set start time of SCO correctly
This commit is contained in:
parent
37176d29e7
commit
5435ff2777
@ -86,6 +86,8 @@
|
||||
} else {
|
||||
include($CFG->dirroot.'/mod/scorm/datamodels/scorm_12.js.php');
|
||||
}
|
||||
// set the start time of this SCO
|
||||
scorm_insert_track($USER->id,$scorm->id,$scoid,$attempt,'x.start.time',time());
|
||||
?>
|
||||
|
||||
var errorCode = "0";
|
||||
|
Loading…
x
Reference in New Issue
Block a user