User Testing Exam User Testing Accessibility and Inclusive Design 1 — Questions and Answers
Question 1: What does WCAG stand for in the context of web accessibility?
- Web Content Accessibility Guidelines (Correct answer)
- Web Compliance and Certification Authority Group
- Wide Content Accessibility Goals
- Web Component Authoring Guidelines
Correct answer: Web Content Accessibility Guidelines
WCAG (Web Content Accessibility Guidelines) is the internationally recognized standard for making web content accessible to people with disabilities.
Question 2: Which WCAG conformance level requires the most comprehensive accessibility compliance?
- Level A
- Level AA
- Level AAA (Correct answer)
- Level B
Correct answer: Level AAA
WCAG Level AAA is the highest conformance tier, requiring all Level A and AA criteria plus additional, more stringent criteria to be met.
Question 3: What is 'keyboard accessibility' and why is it important in usability testing?
- The ability to change keyboard shortcuts within an application
- The ability to navigate and operate all interface functions using only a keyboard, critical for motor-impaired users (Correct answer)
- Testing that a physical keyboard connects properly to the test computer
- Evaluating the layout of on-screen keyboards in mobile testing
Correct answer: The ability to navigate and operate all interface functions using only a keyboard, critical for motor-impaired users
Keyboard accessibility ensures users who cannot use a mouse—due to motor disabilities or assistive technology reliance—can fully interact with a product.
Question 4: What is an 'assistive technology' in the context of accessibility testing?
- Software that assists moderators in taking notes during sessions
- Hardware or software that helps people with disabilities interact with technology (e.g., screen readers, switch access) (Correct answer)
- AI tools that automatically fix accessibility violations in code
- Remote testing platforms that assist with participant recruitment
Correct answer: Hardware or software that helps people with disabilities interact with technology (e.g., screen readers, switch access)
Assistive technologies—such as screen readers (NVDA, JAWS), magnifiers, and switch access devices—enable people with disabilities to use digital products.
Question 5: What is 'color contrast ratio' and why does it matter in usability testing?
- The number of colors used in the interface design
- The luminance difference between foreground text and background, affecting readability for low-vision users (Correct answer)
- The variety of color themes available in user settings
- A metric measuring how colorful a design is compared to competitors
Correct answer: The luminance difference between foreground text and background, affecting readability for low-vision users
WCAG requires minimum contrast ratios (4.5:1 for normal text) to ensure text is legible for users with low vision or color vision deficiencies.
Question 6: What does 'inclusive design' aim to achieve beyond standard accessibility compliance?
- Ensuring the product uses the minimum required WCAG 2.1 AA criteria
- Creating products that are inherently usable by people with the widest possible range of abilities and contexts (Correct answer)
- Designing interfaces that include all geographic regions and languages
- Providing multiple color themes so all users can choose their preferred aesthetic
Correct answer: Creating products that are inherently usable by people with the widest possible range of abilities and contexts
Inclusive design goes beyond compliance to proactively design for human diversity—disability, age, literacy, language—benefiting all users, not just those with disabilities.
What does WCAG stand for in the context of web accessibility?