mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +02:00
MDL-54832 workshop: adding landmark for userplantable
Accessibility enhance: add an aria-label on the userplan table so that it's accessible to me through my screen reader
This commit is contained in:
parent
ac8d6cff54
commit
e9bf00fb14
2 changed files with 4 additions and 0 deletions
|
@ -321,6 +321,7 @@ $string['userdatecreated'] = 'submitted on <span>{$a}</span>';
|
|||
$string['userdatemodified'] = 'modified on <span>{$a}</span>';
|
||||
$string['userplan'] = 'Workshop planner';
|
||||
$string['userplan_help'] = 'The workshop planner displays all phases of the activity and lists the tasks for each phase. The current phase is highlighted and task completion is indicated with a tick.';
|
||||
$string['userplanaccessibilitytitle'] = 'Workshop timeline with {$a} phases';
|
||||
$string['useselfassessment'] = 'Use self-assessment';
|
||||
$string['useselfassessment_help'] = 'If enabled, a user may be allocated their own submission to assess and will receive a grade for assessment in addition to a grade for their submission.';
|
||||
$string['useselfassessment_desc'] = 'Students may assess their own work';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue