mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-13431 - SCORM results not transferring to Gradebook. SCORM API debugging tool. Backport to 1.8. remove add_to_log.
This commit is contained in:
parent
0088d8ce7e
commit
dc5f29bf8c
1 changed files with 6 additions and 6 deletions
|
@ -67,12 +67,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Log every datamodel update requested
|
// // Log every datamodel update requested
|
||||||
if (substr($element,0,15) == 'adl.nav.request' || substr($element,0,3) == 'cmi') {
|
// if (substr($element,0,15) == 'adl.nav.request' || substr($element,0,3) == 'cmi') {
|
||||||
if (debugging('',DEBUG_DEVELOPER)) {
|
// if (debugging('',DEBUG_DEVELOPER)) {
|
||||||
add_to_log($course->id, 'scorm', 'trk: '.trim($scorm->name).' at: '.$attempt, 'view.php?id='.$cm->id, "$element => $value", $cm->id);
|
// add_to_log($course->id, 'scorm', 'trk: '.trim($scorm->name).' at: '.$attempt, 'view.php?id='.$cm->id, "$element => $value", $cm->id);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($result) {
|
if ($result) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue