Creating accessible e-learning resources for disabled students.

2. Assessing accessibility

When developing e-learning content, make sure you continually check for potential accessibility barriers; certainly test before you introduce the resource with students. For many people, though, the most pressing task will be to assess existing resources for potential accessibility barriers. In either situation, there are a number of steps that can help.

An obvious step is to check the resource against accessible design guidelines:

A manual check against guidelines does, however, require a thorough understanding of these guidelines and the technical aspects they address; for some the guidelines themselves can be a challenge to interpret. Several excellent automated web accessibility tools exist, which can check the code of web sites against recognised guidelines and report problems; some can even attempt to repair certain errors. Links to some useful tools are provided in the Further Resources section.

In some cases, the output of these tools can be overwhelming, and difficult to comprehend or act upon, and in any case they can only check against a subset of the full range of accessibility barriers – manual checking is also required.

In addition to a manual or automated guideline check, check the resource under different access conditions:

For web resources, view them using a variety of different browsers. Can the information still be understood? Does all functionality still work?

Try to listen to the e-learning resource spoken by a screen reader or speech browser - does it make sense when heard aloud? If access to a screen reader is not possible, a text-only browser gives a useful approximation of the order in which the page content will appear. Have the resource assessed by disabled people with a variety of access needs.

Can the evaluators access and navigate the content of the resource? Can they use the resource to perform the tasks intended? Institutional disability support services may be able to help in identifying willing evaluators, but be prepared to recompense any helpers accordingly!

Another important step for web sites is to validate the HTML code used, with an automated validation tool – the World Wide Web Consortium’s MarkUp Validation Service is ideal for this purpose <http://validator.w3.org>.

In each evaluation stage, note down any potential barriers and their location, plus any information relating to their significance in terms of impact on disabled students using the resource. Prioritisation of work required to repair the resource helps make the job of optimising accessibility more manageable,
and clearly high-priority barriers in high-profile locations – such as a web site’s home page – are more likely to be encountered. The WCAG are presented in three priority groups, dependent on impact, and this can help in the prioritisation of repair work.

Next page