-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.3
-
MOODLE_33_STABLE
Something that we should do and recommend for other developers:
1. checkbox should be converted to advcheckbox to avoid repeated if (empty(...))
2. validation can be moved into the definition so the function add_completion_rules() from module forms can be easier reused for bulk completion, there are methods in moodleform for it: $this->_form->addRule() and $this->_form->addFormRule()
- has a non-specific relationship to
-
MDL-58138 Bulk editing of activities completion rules in a course
- Closed