remove old readme
[atutor.git] / documentation / instructor / accessibility.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Accessibility</h2>
4         <p>Clicking the Accessibility icon performs an analysis of the content for accessibility problems. Recommendations are given and you are given the option to implement or reverse corrections.</p>
5
6         <p>After opening the Accessibility checker, review the report, and notice the number of <em>known</em> and <em>potential</em> problems</p>
7
8         <p>Correct the known problems by reviewing the report, then modify the HTML in the window below. Re-run the accessibility checker again when the known problems are corrected to see a <em>Conditional Pass</em>. Select from the choices available in the potential problems listed, then press <code>Make Decisions</code> to update the report. When all known problems are corrected, and decisions have been made on all potential problems, a <em>Full Pass</em> will be displayed, after which you can be sure the content will be accessible to all your students.</p>
9
10 <h2>Content Editor Accessiblity</h2>
11 <p>The Content Editor includes a number of added features to help make it accessible to assistive technology users, The accesskeys listed below allow navigation through the editor by keyboard. In addition to the accessibility checker in the ATutor content editor, the visual editor includes its own accessibility checker, as well as prompts while authoring, that prevent making accessibility mistakes.</p>
12 <h3>Content Editor AccessKeys</h3>
13 <ul>
14 <li>[Alt-n] Content Tab</li>
15 <li> [Alt-p] Properties Tab</li>
16 <li> [Alt-g] Glossary Tab</li>
17 <li>[Alt-r] Preview Tab</li>
18 <li>[Alt-a] Accessibility Tab</li>
19 <li> [Alt-s] Save</li>
20 </ul>
21
22 <h3>Visual Editor AccessKeys</h3>
23 <ul>
24 <li>[Alt-q] jump to button bar</li>
25 <li>[Alt-z] jump to content area of editor/li>
26 <li>[Alt-x] jump to element path (bottom)/li>
27 </ul>
28
29
30 <?php require('../common/body_footer.inc.php'); ?>