mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-52429 mod_scorm: Fix SCORM completion checking in nested SCOs
This commit is contained in:
parent
ea5c18dfce
commit
a6c11677a8
1 changed files with 3 additions and 0 deletions
|
@ -1755,6 +1755,9 @@ function scorm_format_toc_for_treeview($user, $scorm, $scoes, $usertracks, $cmid
|
|||
$result->toc .= html_writer::start_tag('ul');
|
||||
$childresult = scorm_format_toc_for_treeview($user, $scorm, $sco->children, $usertracks, $cmid,
|
||||
$toclink, $currentorg, $attempt, $play, $organizationsco, true);
|
||||
|
||||
// Is any of the children incomplete?
|
||||
$sco->incomplete = $childresult->incomplete;
|
||||
$result->toc .= $childresult->toc;
|
||||
$result->toc .= html_writer::end_tag('ul');
|
||||
$result->toc .= html_writer::end_tag('li');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue