Open logan-reynolds opened 3 years ago
Maybe this can work here:
mod_form
Change
$mform->addElement('header', 'modstandardgrade', get_string('grade'));
with
$mform->addElement('header', 'modstandardgrade', get_string('gradenoun'));
Change:
mform->addElement('modgrade', 'grade', get_string('grade'));
with
mform->addElement('modgrade', 'grade', get_string('gradenoun'));
When doing basic operational tests with latest commit of mod_oublog on the MOODLE_39_STABLE branch (version 2020091401 release 3.9 r1) running against Moodle 3.11.2 with PHP 7.4, I'm seeing the following string deprecation warning when going to add an instance to course: