mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-46397 mod_scorm : binding cmi values with scoid
This commit is contained in:
parent
ec36fafc0f
commit
bf4f65fbb6
9 changed files with 497 additions and 401 deletions
|
@ -909,7 +909,7 @@ function scorm_view_display ($user, $scorm, $action, $cm) {
|
|||
}
|
||||
} else if (!empty($attemptcount) && ($incomplete === false) && (($result->attemptleft > 0)||($scorm->maxattempt == 0))) {
|
||||
echo html_writer::empty_tag('br');
|
||||
echo html_writer::checkbox('newattempt', '', false, '', array('id' => 'a'));
|
||||
echo html_writer::checkbox('newattempt', 'on', false, '', array('id' => 'a'));
|
||||
echo html_writer::label(get_string('newattempt', 'scorm'), 'a');
|
||||
}
|
||||
if (!empty($scorm->popup)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue