projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd3523a
)
Accessibility - make it clear to screen-reader users that the question number is...
author
tjhunt
<tjhunt>
Wed, 6 Jun 2007 16:02:19 +0000
(16:02 +0000)
committer
tjhunt
<tjhunt>
Wed, 6 Jun 2007 16:02:19 +0000
(16:02 +0000)
question/type/question.html
patch
|
blob
|
history
diff --git
a/question/type/question.html
b/question/type/question.html
index 96c89ccef789adac1d19489e7a9490d2258a0742..961b1130d986510cb1ddeced73bd9a6df570c36c 100644
(file)
--- a/
question/type/question.html
+++ b/
question/type/question.html
@@
-5,7
+5,7
@@
?>
<div id="q<?php echo $question->id; ?>" class="que <?php echo $question->qtype; ?> clearfix">
<div class="info">
- <span class="no"><?php echo $number; ?></span>
+ <span class="no"><
span class="accesshide">Question </span><
?php echo $number; ?></span>
<?php if ($editlink) { ?>
<span class="edit"><?php echo $editlink; ?></span>
<?php }