Skip to content
Teaching

Making Online Quizzes Accessible to All Learners

Share:XLinkedIn

Why Accessibility in Assessment Matters

Over 7 million students in the US receive special education services. Millions more have undiagnosed learning differences. If your quizzes aren't accessible, you're not just failing to accommodate — you're measuring disability instead of knowledge.

An accessible quiz measures what a student knows, not whether they can navigate a poorly designed interface.

Core Accessibility Principles (WCAG 2.2)

Perceivable

Students must be able to perceive the content:

  • Text alternatives for images (alt text for diagrams)
  • Sufficient color contrast (4.5:1 minimum for text)
  • Don't rely on color alone to convey meaning (use icons + color)
  • Resizable text without loss of content
  • Operable

    Students must be able to interact with the quiz:

  • Keyboard navigation (Tab, Enter, Space)
  • No time limits (or adjustable time with generous defaults)
  • Clear focus indicators (visible outline on focused elements)
  • No seizure-triggering content (no flashing above 3 per second)
  • Understandable

    Students must be able to understand the content:

  • Clear, simple language (avoid unnecessarily complex vocabulary)
  • Consistent navigation (same layout for every question)
  • Error prevention (confirm before submission)
  • Instructions are explicit (don't assume students know the interface)
  • Robust

    Content must work across assistive technologies:

  • Screen reader compatible (semantic HTML, ARIA labels)
  • Works with magnification software
  • Compatible with switch devices and alternative input methods
  • Specific Accommodations in Quiz Design

    For Students with Visual Impairments

  • All images have descriptive alt text
  • Questions don't require visual interpretation without text alternatives
  • High contrast mode available
  • Compatible with screen readers (JAWS, NVDA, VoiceOver)
  • For Students with Dyslexia

  • Sans-serif fonts (Arial, Verdana, OpenDyslexic)
  • Minimum 14pt font size
  • 1.5x line spacing
  • Left-aligned text (not justified)
  • Avoid all-caps text
  • For Students with ADHD

  • One question per screen (not all questions on one page)
  • Progress indicator (Question 3 of 10)
  • Minimal visual distractions
  • Option to pause and resume
  • Clear, concise question stems
  • For Students with Motor Impairments

  • Large click/tap targets (minimum 44x44 pixels)
  • Keyboard-only navigation support
  • No drag-and-drop without keyboard alternative
  • Generous time limits or no time limits
  • For English Language Learners

  • Simple sentence structure
  • Avoid idioms and cultural references
  • Provide glossary for technical terms
  • Allow translation tools where appropriate
  • Creating Accessible Quizzes with AI

    When generating quizzes with SimpleQuizMaker:

  • Review generated questions for unnecessarily complex vocabulary
  • Ensure question stems are clear and direct
  • Check that distractors don't rely on subtle language tricks
  • Add alt text descriptions if including image-based questions
  • Test with keyboard-only navigation before sharing
  • Testing Your Quiz for Accessibility

    Quick Checks (5 minutes)

  • Tab through the entire quiz using only your keyboard
  • Increase browser zoom to 200% — does everything still work?
  • Turn off images — can you still answer every question?
  • Read each question aloud — is it clear?
  • Thorough Testing (30 minutes)

  • Run an automated accessibility checker (axe, WAVE)
  • Test with a screen reader (VoiceOver on Mac, NVDA on Windows)
  • Ask a student with accommodations to try the quiz and give feedback
  • Verify color contrast ratios with a contrast checker
  • US: Section 508, ADA, IDEA
  • EU: European Accessibility Act (2025)
  • UK: Equality Act 2010
  • International: WCAG 2.2 AA standard
  • Schools and employers have a legal obligation to provide accessible assessments. "We didn't know" is not a valid defense.

    Frequently Asked Questions

    Does accessibility reduce quiz quality?

    No — accessible quizzes are clearer for everyone. What helps students with disabilities also helps all students.

    How do I handle accommodations like extended time?

    Set quiz timers to allow 1.5x or 2x time. Better yet, remove time limits for low-stakes practice quizzes entirely.

    Are AI-generated quizzes automatically accessible?

    The questions themselves are text-based and screen-reader compatible. However, always review for plain language, clear formatting, and image alt text.

    Why accessibility in assessment isn't optional

    Two reasons, one regulatory and one ethical:

    Regulatory. ADA (US), Equality Act 2010 (UK), Accessibility for Ontarians with Disabilities Act, EU Web Accessibility Directive, and similar laws require digital learning materials to be usable by people with disabilities. Educational institutions face legal exposure for inaccessible assessments, especially when those assessments determine grades, certification, or admission.

    Ethical. A quiz that's hard to read for a student with low vision isn't measuring knowledge; it's measuring how well they can navigate inaccessible design. The construct validity of the assessment collapses.

    WCAG 2.1 AA — the floor for digital assessments

    The Web Content Accessibility Guidelines 2.1 at AA level are the operational standard most institutions target. Relevant criteria for quiz design:

  • 1.1.1 Non-text content. Every image needs alt text. Decorative images use empty alt; meaningful images describe their content.
  • 1.3.1 Info and relationships. Question structure (stem, options, answer choices) must be marked up semantically, not just visually.
  • 1.4.3 Contrast (Minimum). Body text minimum 4.5:1 contrast ratio; large text 3:1.
  • 2.1.1 Keyboard. Every interaction must be possible with keyboard alone (no mouse-required).
  • 2.2.1 Timing adjustable. Timed quizzes must allow accommodations for extended time.
  • 3.1.1 Language of page. Page language declared in HTML.
  • 3.3.1 Error identification. When users get a question wrong (or submit invalid input), the error is clearly identified.
  • 4.1.2 Name, role, value. Form controls (radio buttons, checkboxes) have programmatic labels.
  • Quick accessibility checks for any quiz

    Before publishing, run through:

  • Tab order. Can you navigate from first to last question using only Tab? Does focus order make sense?
  • Screen reader test. Use NVDA (free, Windows) or VoiceOver (Mac) to take the quiz. Does it read sensibly?
  • Color contrast checker. WebAIM has a free contrast checker. Verify text and important UI passes.
  • No color-only information. A red "wrong" indicator shouldn't be the only signal; pair with text or icon.
  • Alt text on all images. Even diagrams. Especially diagrams.
  • Captions on any video content. Auto-captions are a start; review for accuracy.
  • Plain language stems. Avoid unnecessary jargon, especially if the test isn't about jargon.
  • Common accessibility violations in quiz design

  • Image-based questions without alt text or transcript. "Look at this diagram and..." with no description fails screen-reader users.
  • Mathematical notation as images. Math should be encoded with MathML or LaTeX, not flat images, so screen readers can parse it.
  • Timed quizzes without accommodation. Some students have legally protected accommodations for 1.5x or 2x time. Quiz platforms must support this.
  • Drag-and-drop questions without keyboard alternative. Many platforms have this gap; verify before assigning.
  • PDF quizzes scanned from paper. Scanned PDFs are images and aren't screen-reader-readable. Use OCR + accessibility tags or rebuild digitally.
  • Distractors that rely on color. "The red option" doesn't work for colorblind students.
  • Accommodations beyond WCAG compliance

    WCAG is a floor. Specific accommodations students may have:

  • Extended time. 1.5x or 2x time on quizzes. Platform must support per-student timing.
  • Reader/scribe. Someone reads questions aloud or transcribes answers. Plan how this works in your platform.
  • Alternate format. Large print, Braille, or audio. Pre-arranged with disability services.
  • Distraction-reduced environment. Quiet room, separate from main class. Schedule and logistics planning.
  • Calculator allowance (when otherwise not permitted) for students with dyscalculia.
  • Spelling tolerance for students with dyslexia.
  • These come from the institution's disability services office. Coordinate before the quiz, not during.

    Tools that help

  • WAVE (WebAIM) — browser extension that flags accessibility issues on any page.
  • Axe DevTools — automated accessibility auditing.
  • Color Oracle — simulates colorblind vision for design review.
  • Read Aloud browser extensions — test how content reads aloud.
  • Most modern quiz platforms are WCAG-compliant by default but check the specific quiz layout — author choices can break compliance.
  • Get weekly study & quiz tips

    Join teachers and students who get practical tips on quizzing, active recall, and AI-powered learning.

    Share:XLinkedIn

    James Okafor

    EdTech Researcher & Instructional Designer

    More articles by James

    Ready to create your first quiz?

    Use AI to generate quizzes from your own study materials in seconds.

    Try SimpleQuizMaker Free