mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-30884' of git://github.com/timhunt/moodle
This commit is contained in:
commit
3866195155
@ -275,7 +275,8 @@ class mod_quiz_renderer extends plugin_renderer_base {
|
||||
|
||||
return html_writer::tag('div', get_string('timeleft', 'quiz') . ' ' .
|
||||
html_writer::tag('span', '', array('id' => 'quiz-time-left')),
|
||||
array('id' => 'quiz-timer'));
|
||||
array('id' => 'quiz-timer', 'role' => 'timer',
|
||||
'aria-atomic' => 'true', 'aria-relevant' => 'text'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user