mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
rating MDL-23908 reformated the rating role hints
This commit is contained in:
parent
2396a414e8
commit
52eac7506c
2 changed files with 2 additions and 3 deletions
|
@ -366,7 +366,7 @@ abstract class moodleform_mod extends moodleform {
|
|||
}
|
||||
}
|
||||
|
||||
$mform->addElement('static', 'rolewarning', '', get_string('canrate','rating', implode(', ', $rolesthatcanrate)));
|
||||
$mform->addElement('static', 'rolewarning', get_string('rolewarning','rating'), implode(', ', $rolesthatcanrate));
|
||||
$mform->addHelpButton('rolewarning', 'rolewarning', 'rating');
|
||||
|
||||
$mform->addElement('select', 'assessed', get_string('aggregatetype', 'rating') , $rm->get_aggregate_types());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue