To zoom, click here.
This is a page from a secondary education assessment. The full page where it appears can be seen below.
To zoom, click here.
Making images accessible for assessments, especially formal assessments such as those used on standardized tests, can be more complex than making images accessible for books and require additional considerations. Making images accessible for formal assessments is beyond the scope of this sample book, but it is important to understand the range of issues. While educators may freely adapt textbook images to make them accessible for students who need them, they must seek permission from the company producing the assessment. In addition, changing a standardized assessment image in any way may affect the scope of what is being tested.
There are many less formal kinds of assessments such as in-class or end-of-chapter tests and quizzes that are included in textbooks, workbooks, and teacher’s guides. The choice of modality varies depending on factors such as the information to be conveyed, grade level, student knowledge and experience, and the image itself. It is also important to consider the content of the expected answer. An image description must provide enough information without giving away the answer.
This image can be made accessible with an image description or by using a tactile graphic. How this image description is displayed depends on the reading tool being used. In most mainstream reading tools, the description will not be displayed at all, but in tools designed for accessibility (or mainstream tools with accessibility features enabled), the description could be displayed below the image, voiced as part of the content, or both.
Two surveyors, A and P, stand some distance apart on the south bank of a river, looking at a tree, T, that is on the north bank of the river. Points A, P, and T form a triangle. At points A and P, there are two parallel sight lines pointing north and forming angles outside of the triangle. At point P, angle TPA is 53 degrees. The adjacent angle between PT and the northern sight line is 37 degrees. At point A, angle TAP is not labeled, and the adjacent angle formed between AT and that northern sight line is 32 degrees.
To zoom, click here.
The image above shows how the image description would look when implemented in an EPUB 3 file. The code used to create it is:
<figure>
<div><img aria-describedby="survey-desc" src="images/survey.jpg" alt="survey map with angles"/></div>
<figcaption>
<aside id="survey-desc">
<p>Two surveyors, A and P, stand some distance apart on the south bank of a river, looking at a tree, T, that is on the north bank of the river. Points A, P, and T form a triangle. At points A and P, there are two parallel sight lines pointing north and forming angles outside of the triangle. At point P, angle TPA is 53 degrees. The adjacent angle between PT and the northern sight line is 37 degrees. At point A, angle TAP is not labeled, and the adjacent angle formed between AT and that northern sight line is 32 degrees.</p>
</aside>
</figcaption>
</figure>
To zoom, click here.
The image above shows how the image description would look when implemented in a DAISY file. The code used to create it is:
<imggroup>
<p><img id="angles1" src="images/survey.jpg" alt="survey map with angles" /></p>
<prodnote id="prodnote_000001">
<p smilref="survey.smil#p_000001">Two surveyors, A and P, stand some distance apart on the south bank of a river, looking at a tree, T, that is on the north bank of the river. Points A, P, and T form a triangle. At points A and P, there are two parallel sight lines pointing north and forming angles outside of the triangle. At point P, angle TPA is 53 degrees. The adjacent angle between PT and the northern sight line is 37 degrees. At point A, angle TAP is not labeled, and the adjacent angle formed between AT and that northern sight line is 32 degrees.</p>
</prodnote>
</imggroup>
A tactile graphic allows the image to be interpreted manually. This graphic was developed for a high resolution graphics embosser.
To zoom, click here.