SCORM MDL-25124 report attempts correctly for SCORM 1.2 objects that don't return a score.raw - thanks to Greg Franklin for report and fix!
This commit is contained in:
@@ -1093,6 +1093,9 @@ function scorm_get_attempt_count($userid, $scorm, $attempts_only=false) {
|
||||
global $DB;
|
||||
$attemptcount = 0;
|
||||
$element = 'cmi.core.score.raw';
|
||||
if ($scorm->grademethod == GRADESCOES) {
|
||||
$element = 'cmi.core.lesson_status';
|
||||
}
|
||||
if ($scorm->version == 'scorm1_3') {
|
||||
$element = 'cmi.score.raw';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user