N.B: If you click on one of the
images, it will pop up in a larger zoomed
in
display for you.
The Error list report provides you
with all errors for the course to help
find
and fix them quickly. Each error has its
own
Edit link, which brings you directly to
edit
the original content in which the error
occurs.
Viewing the Error list report
The Error list wizard can be
accessed via:
- Course actions menu > Accessibility
toolkit > Error list
- Accessibility review block > View
accessibility toolkit (Chart icon)
>
Error list

The Error list report displays the
following details for each error:
- Activity: the activity type.
- Check: HTML check that failed.
- Existing HTML code: the full HTML
code.
- Line: the line of code the error
exists
on.
- Edit: activity “Edit” link.
Fixing Accessibility errors
In the above image, the check that
failed was Bold (b) elements should not be
used; "strong" should be used instead. In
the
existing HTML code, we can see the
<b>
tag is being used. We must change this to
<strong> to be accessibility
compliant.
Take note of the line the error exists
on.
- Click "Edit"
- Click the "Show/Hide advanced buttons"
icon
- Click the "HTML" icon to view the
source
code
- Locate the <b> </b>
tags
- Replace both the opening and closing b
tags for strong tags