mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-52206 core: Add completion criteria to course_modules
This commit is contained in:
parent
663137748e
commit
90acd8d381
19 changed files with 113 additions and 17 deletions
|
@ -275,6 +275,9 @@ class mod_scorm_mod_form extends moodleform_mod {
|
|||
|
||||
$this->standard_coursemodule_elements();
|
||||
|
||||
// A SCORM module should define this within itself and is not needed here.
|
||||
$mform->removeElement('completionpassgrade');
|
||||
|
||||
// Buttons.
|
||||
$this->add_action_buttons();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue