MDL-46397 mod_scorm : binding cmi values with scoid

This commit is contained in:
Nobelium 2014-07-28 05:37:21 +00:00
parent ec36fafc0f
commit bf4f65fbb6
9 changed files with 497 additions and 401 deletions

View file

@ -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)) {