mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-36905 accessibility for assignment grading: add label for grading actions and operations select options
This commit is contained in:
parent
f42c34a38a
commit
49f0c151dd
3 changed files with 4 additions and 1 deletions
|
@ -2259,6 +2259,7 @@ class assign {
|
|||
}
|
||||
|
||||
$gradingactions = new url_select($links);
|
||||
$gradingactions->set_label(get_string('choosegradingaction', 'assign'));
|
||||
|
||||
$gradingmanager = get_grading_manager($this->get_context(), 'mod_assign', 'submissions');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue