Questions: Digital Accessibility Tools

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A web developer loads all images as CSS background images and omits all alt text attributes. How does this affect users who are blind and rely on screen readers?

ANo effect — screen readers detect images automatically by analyzing visual pixel data
BScreen readers cannot announce the images and silently skip them, leaving blind users without that content
CThe screen reader reads the CSS file name as a substitute, providing partial information
DOnly JPEG images are affected; PNG images stored in CSS backgrounds are read automatically
Question 2 Multiple Choice

A colleague argues that accessibility features only matter if your specific users include people with permanent disabilities. How do you best respond?

AAgree — accessibility adds development cost and should be prioritized only when there is confirmed demand
BAccessibility tools also benefit people with temporary limitations and situational constraints, so the real audience is much broader than 'permanently disabled users'
CDisagree — you should include them because law requires it, even if no users benefit
DAccessibility only matters for large organizations; small projects can defer it
Question 3 True / False

Screen readers work by visually scanning the display and converting what they see into speech, similar to how an optical character recognition (OCR) tool would process the screen.

TTrue
FFalse
Question 4 True / False

Captions and subtitles are interchangeable terms for the same accessibility feature.

TTrue
FFalse
Question 5 Short Answer

Why does writing descriptive alt text for images directly enable blind users — and what happens in its absence?

Think about your answer, then reveal below.