Skip to content

Commit

Permalink
Merge branch 'MDL-30884_22' of git://github.com/timhunt/moodle into M…
Browse files Browse the repository at this point in the history
…OODLE_22_STABLE
  • Loading branch information
danpoltawski committed Nov 21, 2012
2 parents edd0868 + 9de4152 commit d59c0d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/quiz/renderer.php
Expand Up @@ -276,7 +276,8 @@ public function review_next_navigation(quiz_attempt $attemptobj, $page, $lastpag
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'));
}

/**
Expand Down

0 comments on commit d59c0d7

Please sign in to comment.