Merge branch 'MDL-30884_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
This commit is contained in:
@@ -276,7 +276,8 @@ class mod_quiz_renderer extends plugin_renderer_base {
|
||||
public function countdown_timer() {
|
||||
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'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user