CPACC - Certified Professional in Accessibility Core Competencies — Questions and Answers
Question 1: What is regression testing in the context of accessibility?
- Re-testing previously fixed accessibility issues to ensure they have not reappeared after changes (Correct answer)
- Testing a product for the very first time before its initial release
- Testing only newly added features for accessibility compliance
- Testing older software versions for backward compatibility
Correct answer: Re-testing previously fixed accessibility issues to ensure they have not reappeared after changes
Accessibility regression testing ensures that previously resolved issues do not reappear after code updates, refactoring, or new feature additions.
Question 2: What is WCAG SC 2.4.7 (Focus Visible) and why is it important?
- It requires all images to be visible
- It requires the address bar to be visible
- It requires visible text on all buttons
- It requires that keyboard focus indicators are visible so keyboard users can see which element has focus (Correct answer)
Correct answer: It requires that keyboard focus indicators are visible so keyboard users can see which element has focus
SC 2.4.7 (Level AA) requires visible focus indicators so keyboard users can see which element currently has focus.
Question 3: Which WCAG 2.1 Success Criterion requires that the visible label of a user interface component is contained within its accessible name?
- 2.5.3 Label in Name (Correct answer)
- 3.3.2 Labels or Instructions
- 4.1.2 Name, Role, Value
- 1.3.5 Identify Input Purpose
Correct answer: 2.5.3 Label in Name
SC 2.5.3 Label in Name ensures speech input users can activate controls by speaking the visible label text.
Question 4: Which test best verifies that a website meets WCAG 2.4.7 Focus Visible?
- Confirm all buttons use the default browser outline style
- Check that all interactive elements have an aria-label
- Tab through the page and confirm a visible indicator appears on each focused element (Correct answer)
- Verify the site passes an automated scan with no errors
Correct answer: Tab through the page and confirm a visible indicator appears on each focused element
Manually tabbing through the page and visually confirming each focused element displays a visible focus indicator is the correct way to test 2.4.7.
Question 5: A public university in the United States is redesigning its website and online course portal. Under which law are they primarily obligated to ensure these digital platforms are accessible to students with disabilities?
- The European Accessibility Act (EAA)
- Section 508 of the Rehabilitation Act
- The Communications and Video Accessibility Act (CVAA)
- The Americans with Disabilities Act (ADA) Title II (Correct answer)
Correct answer: The Americans with Disabilities Act (ADA) Title II
Title II of the ADA prohibits discrimination on the basis of disability in all services, programs, and activities of public entities, which includes state and local governments and their instrumentalities, such as public universities. Recent rulemaking has clarified that this applies to their websites and digital resources. Section 508 applies to federal agencies, CVAA to specific communication technologies, and the EAA to the EU market.
Question 6: How does the charity model differ from the social model in disability policy impact?
- The charity model promotes dependency and service provision, while the social model promotes rights, barrier removal, and self-determination (Correct answer)
- They lead to the same outcomes
- The charity model creates more systemic change
- The social model promotes charitable giving
Correct answer: The charity model promotes dependency and service provision, while the social model promotes rights, barrier removal, and self-determination
The charity model leads to dependency-based policies while the social model drives rights-based policies focused on barrier removal and self-determination.
Question 7: What is an 'accessibility overlay' and what concern do disability advocates have about them?
- A software widget added to websites claiming to fix accessibility issues automatically, which often fails to provide genuine accessibility (Correct answer)
- A government program that provides accessible technology to citizens, which is underfunded
- A transparent screen placed over a monitor to improve contrast, which is effective and recommended
- A method of adding braille to printed materials, which is expensive to implement
Correct answer: A software widget added to websites claiming to fix accessibility issues automatically, which often fails to provide genuine accessibility
Accessibility overlays are JavaScript widgets that claim to make websites accessible automatically but are widely criticized for failing to address underlying code issues.
Question 8: When designing emergency egress for people with disabilities, which feature is required by the IBC (International Building Code) in multi-story buildings?
- Elevator evacuation systems in all buildings
- Wheelchair storage rooms on each floor
- Areas of refuge adjacent to exit stairways (Correct answer)
- Dedicated emergency-only ramps
Correct answer: Areas of refuge adjacent to exit stairways
The IBC requires areas of refuge — protected spaces adjacent to exit stairways where people unable to use stairs can await evacuation assistance.
Question 9: Which principle of universal design states that the design communicates necessary information effectively regardless of ambient conditions?
- Simple and Intuitive Use
- Tolerance for Error
- Equitable Use
- Perceptible Information (Correct answer)
Correct answer: Perceptible Information
The 'Perceptible Information' principle ensures that designs effectively communicate information to users regardless of sensory abilities or environmental conditions.
Question 10: An organization wants to track accessibility progress over time. Which metric is MOST useful for executive reporting?
- Percentage of critical user journeys that are fully accessible (Correct answer)
- Lines of code remediated per sprint
- Total number of WCAG success criteria checked
- Number of automated scan runs completed
Correct answer: Percentage of critical user journeys that are fully accessible
Executives need outcome-focused metrics; coverage of critical user journeys reflects real user experience more than process counts.
Question 11: An organization is selecting an automated accessibility testing tool. What is a critical limitation that managers must communicate to stakeholders?
- Automated tools are too expensive for small organizations
- Automated tools can only test mobile applications
- Automated tools require users with disabilities to operate them
- Automated tools detect approximately 30–40% of WCAG issues; manual testing is still required (Correct answer)
Correct answer: Automated tools detect approximately 30–40% of WCAG issues; manual testing is still required
Automated tools reliably catch a subset of WCAG issues, but many barriers — including cognitive, keyboard, and screen reader issues — require manual and assistive technology testing.
Question 12: An individual with a significant mobility impairment, who can only reliably control their head movement, needs to operate a computer. Which of the following assistive technologies would be most appropriate for this user to select items on the screen?
- Voice recognition software
- A standard joystick
- A large-print keyboard
- A switch device paired with a scanning interface (Correct answer)
Correct answer: A switch device paired with a scanning interface
A switch device, which can be activated by a simple motion like a head tilt or puff of air, allows a user to interact with a computer when paired with a scanning interface. The interface highlights items on the screen one by one, and the user activates the switch to make a selection. This is a primary method for computer access for individuals with severe motor limitations.
Question 13: The UDL framework is organized around three core principles. Which of the following correctly identifies all three?
- Access, Participation, Progress
- Equitable Use, Flexibility in Use, Simple and Intuitive Use
- Perceivable, Operable, Understandable
- Multiple Means of Representation, Multiple Means of Action and Expression, Multiple Means of Engagement (Correct answer)
Correct answer: Multiple Means of Representation, Multiple Means of Action and Expression, Multiple Means of Engagement
The three UDL principles are: Multiple Means of Representation (the 'what' of learning), Multiple Means of Action and Expression (the 'how' of learning), and Multiple Means of Engagement (the 'why' of learning). The other options describe WCAG principles or Universal Design principles.
Question 14: An e-commerce site is undergoing an accessibility audit. The auditor notes that on the multi-page checkout process, the user is required to re-enter their billing address after they have already entered an identical shipping address. This issue would be a failure of which new success criterion in WCAG 2.2?
- 3.2.6 Consistent Help
- 3.3.8 Accessible Authentication (Minimum)
- 3.3.7 Redundant Entry (Correct answer)
- 2.5.8 Target Size (Minimum)
Correct answer: 3.3.7 Redundant Entry
WCAG 2.2 Success Criterion 3.3.7 Redundant Entry is designed to help users, particularly those with cognitive or memory-related disabilities, by ensuring that information already entered by the user is made available to them instead of requiring them to re-enter it. Requiring the user to type the same address twice in one process is a direct violation of this criterion.
Question 15: Which of the following is the PRIMARY purpose of including specific accessibility standards, such as WCAG 2.1 Level AA, in a Request for Proposal (RFP)?
- To establish clear, legally enforceable expectations for accessibility and provide a measurable basis for evaluating vendor responses. (Correct answer)
- To filter out smaller vendors who may not be able to afford comprehensive accessibility testing.
- To guarantee that the selected product will be 100% free of accessibility defects upon delivery.
- To transfer all legal liability for accessibility from the purchasing organization to the selected vendor.
Correct answer: To establish clear, legally enforceable expectations for accessibility and provide a measurable basis for evaluating vendor responses.
Including specific, measurable standards like WCAG in an RFP sets a clear benchmark for vendors. It makes accessibility a formal requirement that can be evaluated and, later, included in the contract to ensure legal enforceability. It is not primarily for eliminating vendors or completely transferring liability, as the purchasing organization still has obligations.
Question 16: According to CPACC body of knowledge, which characteristic of content MOST helps users with ADHD stay focused on a task?
- Auto-playing background music to create ambiance
- Using blinking animations to highlight important information
- Presenting all possible options simultaneously on screen
- Minimizing distractions and providing clear, concise content with visible task steps (Correct answer)
Correct answer: Minimizing distractions and providing clear, concise content with visible task steps
Users with ADHD benefit from minimal distractions, chunked information, and clear task structures that support attention and executive functioning.
Question 17: What role do disability models play in the CPACC body of knowledge?
- They are only relevant to medical professionals
- They provide foundational frameworks for understanding how society conceptualizes disability, directly influencing accessibility approaches and professional practice (Correct answer)
- They are used only for categorizing AT
- They are irrelevant academic concepts
Correct answer: They provide foundational frameworks for understanding how society conceptualizes disability, directly influencing accessibility approaches and professional practice
Disability models are foundational because they shape how professionals understand barriers, frame solutions, advocate for change, and evaluate initiatives.
Question 18: Which of the following is an assistive technology MOST commonly used by individuals with limited fine motor control who cannot use a standard mouse?
- Switch access device (Correct answer)
- Screen magnifier
- Text-to-speech software
- Closed captioning
Correct answer: Switch access device
Switch access devices allow users with severely limited motor control — such as those with ALS, spinal cord injury, or cerebral palsy — to control a computer using one or more switches activated by any voluntary movement (breath, head turn, eye blink). Screen magnifiers serve low-vision users, TTS serves blind users, and captions serve deaf users.
Question 19: Universal Design differs from accessible design primarily because Universal Design:
- Focuses exclusively on digital products
- Intends to benefit all users, not just those with disabilities (Correct answer)
- Is mandated by ADA compliance requirements
- Only addresses the needs of people with physical disabilities
Correct answer: Intends to benefit all users, not just those with disabilities
Universal Design aims to create products and environments usable by all people, to the greatest extent possible, benefiting the full spectrum of human diversity — not only those with disabilities.
Question 20: Which WCAG success criterion specifically addresses the minimum contrast ratio for normal text at Level AA?
- 1.4.1 Use of Color
- 1.4.3 Contrast (Minimum) — 4.5:1 (Correct answer)
- 1.4.6 Contrast (Enhanced) — 7:1
- 1.4.11 Non-text Contrast — 3:1
Correct answer: 1.4.3 Contrast (Minimum) — 4.5:1
WCAG 1.4.3 requires a contrast ratio of at least 4.5:1 for normal text to meet Level AA.
Question 21: How should organizations evaluate vendor accessibility claims during procurement?
- Trust all vendor claims without verification
- Only evaluate after deployment
- Only check if the vendor has an accessibility statement
- Use a multi-layered approach including reviewing VPATs critically, conducting independent testing, and requesting assistive technology demos (Correct answer)
Correct answer: Use a multi-layered approach including reviewing VPATs critically, conducting independent testing, and requesting assistive technology demos
Effective evaluation requires critical VPAT review, independent testing, AT demonstrations, reference checks, and roadmap assessment.
Question 22: The principle of 'Size and Space for Approach and Use' would MOST directly influence which of the following design decisions?
- Determining the height and clear floor space around a reception desk (Correct answer)
- Writing instructions in plain language
- Adding undo functionality to a software application
- Choosing color contrast ratios for a website
Correct answer: Determining the height and clear floor space around a reception desk
Size and Space for Approach and Use addresses the physical dimensions needed for access, reach, and use regardless of body size or mobility, which directly informs decisions about desk height and surrounding floor space.
Question 23: Which of the following best distinguishes a cochlear implant from a hearing aid?
- Hearing aids are only for temporary hearing loss, while cochlear implants are for permanent conditions.
- Hearing aids require surgery, whereas cochlear implants are worn externally.
- Cochlear implants amplify sound, while hearing aids convert sound into electrical signals.
- Cochlear implants bypass damaged parts of the inner ear to directly stimulate the auditory nerve, while hearing aids amplify sound. (Correct answer)
Correct answer: Cochlear implants bypass damaged parts of the inner ear to directly stimulate the auditory nerve, while hearing aids amplify sound.
The fundamental difference lies in their mechanism. Hearing aids work by making sounds louder (amplification) for the ear's existing structures to process. Cochlear implants are surgically implanted devices that bypass damaged hair cells in the cochlea and directly stimulate the auditory nerve with electrical signals, which the brain interprets as sound.
Question 24: A university purchasing team is buying an online learning management system (LMS). Which stakeholder group should be consulted during the accessibility evaluation phase?
- Only the IT department
- Students and faculty with disabilities, alongside IT and legal teams (Correct answer)
- Only the vendor's sales representative
- Only the legal counsel
Correct answer: Students and faculty with disabilities, alongside IT and legal teams
People with disabilities are the intended beneficiaries of accessibility requirements and should be included in usability and accessibility evaluations alongside technical and legal reviewers.
Question 25: What does WCAG SC 1.3.1 (Info and Relationships) require?
- Information, structure, and relationships conveyed through presentation must also be programmatically determined or available in text (Correct answer)
- All pages must include a site map
- All information must be in table format
- Related content must appear side by side
Correct answer: Information, structure, and relationships conveyed through presentation must also be programmatically determined or available in text
SC 1.3.1 (Level A) requires that visual structure (headings, lists, tables, labels) is also conveyed through proper code markup.
Question 26: How does universal design relate to the European concept of 'Design for All'?
- Universal design focuses on disability while Design for All focuses on aesthetics
- Design for All is the European equivalent sharing the same core philosophy of inclusive solutions for the widest range of users (Correct answer)
- Design for All only applies to manufacturing
- Completely unrelated concepts
Correct answer: Design for All is the European equivalent sharing the same core philosophy of inclusive solutions for the widest range of users
Design for All (Europe) and Universal Design (US) share the same fundamental philosophy of inherently inclusive design.
Question 27: What is a refreshable braille display and how does it work?
- A screen that displays visual braille characters for sighted readers
- A device that prints braille characters on paper
- An electromechanical device that raises and lowers pins to display braille characters dynamically from digital content (Correct answer)
- A mobile app that converts images of braille into text
Correct answer: An electromechanical device that raises and lowers pins to display braille characters dynamically from digital content
A refreshable braille display uses small pins that raise and lower electronically to form braille characters in real-time.
Question 28: Which assistive technology feature allows a screen reader user to navigate directly to the next heading on a page?
- Tab key navigation
- Arrow key browsing
- Single-key navigation (H key) (Correct answer)
- Find and Replace function
Correct answer: Single-key navigation (H key)
Most screen readers support single-key navigation where pressing 'H' jumps to the next heading, enabling efficient page exploration.
Question 29: What can be done to improve the visibility of a website or product?
- Make sure every image has a text alternative and use ARIA
- Make sure every text element has a text element and use ARIA
- Make sure every non-text element has a text alternative and use ARIA (Correct answer)
- Make sure every HTML5 element has a text alternative and use ARIA
Correct answer: Make sure every non-text element has a text alternative and use ARIA
To improve the visibility and accessibility of a website or product, especially for users with visual impairments, it is essential to provide text alternatives for all non-text content. This includes images, videos, and interactive elements, allowing screen readers to convey their meaning. Additionally, using ARIA (Accessible Rich Internet Applications) roles and attributes enhances accessibility by providing semantic information to assistive technologies for dynamic content and user interface components.
Question 30: The WCAG principle 'Understandable' includes which of the following Success Criteria?
- 2.1.1 Keyboard
- 3.2.2 On Input (Correct answer)
- 1.4.1 Use of Color
- 4.1.2 Name, Role, Value
Correct answer: 3.2.2 On Input
SC 3.2.2 On Input is under guideline 3.2 (Predictable), which belongs to the Understandable principle.
Question 31: When designing building signage to be compliant with accessibility standards, what is the purpose of including contracted (Grade 2) Braille in addition to raised tactile characters?
- To meet international design standards for aesthetic appeal.
- To assist emergency responders navigating in low-light conditions.
- To provide a redundant visual cue for people with low vision.
- To provide an efficient means of tactile reading for experienced Braille users. (Correct answer)
Correct answer: To provide an efficient means of tactile reading for experienced Braille users.
While raised letters can be read tactilely, Braille is a specific system designed for efficient touch reading. Contracted (Grade 2) Braille uses abbreviations and contractions, allowing experienced Braille readers to read much more quickly and fluently than they could by tracing the outlines of raised print letters. Its inclusion on signage provides an equivalent communication experience for this group.
Question 32: A vendor's VPAT claims full conformance with WCAG 2.1 AA for their product. What should a procurement officer do before accepting this claim?
- Assume the VPAT is accurate since vendors are legally bound by it
- Immediately award the contract based on the VPAT alone
- Only check if the VPAT was filed in the last 10 years
- Conduct independent testing or request third-party audit results to verify the claims (Correct answer)
Correct answer: Conduct independent testing or request third-party audit results to verify the claims
VPATs are self-reported and not independently verified, so procurement officers should validate claims through independent testing or third-party audits.
Question 33: What are the three conformance levels defined in WCAG?
- Bronze, Silver, and Gold
- Level 1, Level 2, and Level 3
- Level A, Level AA, and Level AAA - each higher level includes all lower level requirements (Correct answer)
- Basic, Intermediate, and Advanced
Correct answer: Level A, Level AA, and Level AAA - each higher level includes all lower level requirements
WCAG defines three cumulative conformance levels: A (minimum), AA (most commonly required by legislation), and AAA (highest).
Question 34: Under the EU Web Accessibility Directive (2016/2102), what must public sector bodies publish alongside their accessible websites?
- An accessibility statement describing conformance status (Correct answer)
- VPAT documentation
- Annual third-party audit reports
- A list of all known barriers with estimated fix dates
Correct answer: An accessibility statement describing conformance status
The EU Web Accessibility Directive requires public sector bodies to publish an accessibility statement explaining their level of conformance and any content that is not accessible.
Question 35: When evaluating WCAG conformance, what is a 'full page' requirement?
- Full pages must include a site map
- Pages must render fully before evaluation begins
- Every page on the site must be individually evaluated
- Conformance applies to complete web pages, not just portions of pages (Correct answer)
Correct answer: Conformance applies to complete web pages, not just portions of pages
WCAG conformance requires that the entire web page conforms — you cannot exclude non-conforming parts and still claim the page conforms.
Question 36: An ATM provides audio instructions, large text, a tactile keypad, and a low-reach installation height. Which Universal Design principle is addressed by the low-reach installation?
- Simple and Intuitive Use
- Size and Space for Approach and Use (Correct answer)
- Flexibility in Use
- Equitable Use
Correct answer: Size and Space for Approach and Use
Size and Space for Approach and Use ensures appropriate size and space regardless of a user's body size, posture, or mobility, which is addressed by positioning the ATM within reach of wheelchair users.
Question 37: Which WCAG Success Criterion at Level AAA requires a contrast ratio of at least 7:1 for normal text?
- 1.4.3 Contrast (Minimum)
- 1.4.8 Visual Presentation
- 1.4.6 Contrast (Enhanced) (Correct answer)
- 1.4.11 Non-text Contrast
Correct answer: 1.4.6 Contrast (Enhanced)
SC 1.4.6 Contrast (Enhanced) at Level AAA requires a 7:1 contrast ratio for normal text and 4.5:1 for large-scale text.
Question 38: A building manager installs a large, wall-mounted digital display in a main hallway. The bottom edge of the display is 48 inches from the floor, and it projects 6 inches from the wall. Why does this installation create a significant accessibility barrier?
- The bright light from the display can be distracting for people with cognitive disabilities.
- The display violates fire code regulations for hallway width.
- The display is mounted too low and could be damaged by wheelchairs.
- It is a protruding object that is undetectable by a person using a long cane. (Correct answer)
Correct answer: It is a protruding object that is undetectable by a person using a long cane.
According to built environment accessibility standards, objects mounted on walls with their leading edges between 27 and 80 inches above the floor cannot protrude more than 4 inches into the circulation path. This is because a person who is blind or has low vision using a long cane would not be able to detect the object before walking into it, creating a head-level hazard.
Question 39: According to WCAG principles adapted to the built environment, which concept is represented by ensuring that signage can be perceived by people with visual impairments?
- Operable
- Understandable
- Robust
- Perceivable (Correct answer)
Correct answer: Perceivable
Perceivable means information must be available to the senses; tactile and high-contrast signage makes environmental information perceivable for people with visual impairments.
Question 40: Which usability technique might have a negative impact on accessibility?
- Contextual links
- Plain language content
- Color coding (Correct answer)
- Captioning
Correct answer: Color coding
While color coding can enhance usability for many by visually categorizing information, it can negatively impact accessibility for individuals with color blindness or low vision. Relying solely on color to convey information means that users who cannot perceive those colors will miss crucial cues. For accessibility, color should always be used in conjunction with other visual or textual indicators to ensure information is conveyed to everyone.
Question 41: Which of the following BEST illustrates the difference between Universal Design and accommodation?
- Universal Design creates solutions usable by all from the outset, while accommodation adapts for specific individuals (Correct answer)
- Universal Design retrofits existing spaces for individual needs
- Accommodation is proactive; Universal Design is reactive
- Universal Design only applies to physical environments, while accommodation covers digital spaces
Correct answer: Universal Design creates solutions usable by all from the outset, while accommodation adapts for specific individuals
Universal Design proactively builds inclusive solutions into the original design, whereas accommodation reactively adapts existing systems for specific individuals.
Question 42: A user who is blind is navigating a long webpage using a screen reader. To get an overview of the page structure and find a specific section quickly, which keyboard command would be most efficient?
- Using 'Ctrl + F' to find a specific keyword.
- Pressing the 'Tab' key repeatedly to move through all interactive elements.
- Using the down arrow key to read the page line by line.
- Pressing the 'H' key to navigate between headings. (Correct answer)
Correct answer: Pressing the 'H' key to navigate between headings.
Screen readers like JAWS and NVDA allow users to navigate by semantic elements. Pressing the 'H' key jumps the focus from one heading to the next, which is the most efficient way to skim the content and understand the document's structure, assuming the page is properly coded with heading levels (<h1>, <h2>, etc.).
Question 43: What is an accessibility statement and what should it include?
- A legal disclaimer that exempts a company from accessibility requirements
- A public document that communicates an organization's accessibility commitment, conformance level, known limitations, and contact information for feedback (Correct answer)
- A technical specification document only used by developers
- A marketing document highlighting charitable donations to disability organizations
Correct answer: A public document that communicates an organization's accessibility commitment, conformance level, known limitations, and contact information for feedback
An accessibility statement communicates commitment, declares conformance level, notes known limitations, and provides a way for users to report barriers.
Question 44: A student with dyslexia is reviewing an online textbook for a class. Which of the following would likely be a barrier to their comprehension?
- The ability to navigate the textbook using only a keyboard.
- Long passages of justified text with no images or headings. (Correct answer)
- A color scheme with high contrast between text and background.
- The inclusion of a video with synchronized captions.
Correct answer: Long passages of justified text with no images or headings.
Long, unbroken blocks of justified text can create a 'river of white' effect that makes it difficult for individuals with dyslexia to track lines of text. Justification can also cause inconsistent spacing between words, further hindering readability. The other options are generally considered accessibility best practices that would likely help, not hinder, the student.
Question 45: A public library is built with a large staircase as the only means of entry. A person who uses a wheelchair cannot enter. Which model of disability places the responsibility for this barrier on the library's design?
- The Medical Model
- The Charity Model
- The Social Model (Correct answer)
- The Economic Model
Correct answer: The Social Model
The Social Model of disability posits that disability is caused by the way society is organized, rather than by a person's impairment or difference. It identifies barriers in the physical, attitudinal, communication, and social environment as the real problem. In this scenario, the inaccessible design of the library (the stairs) is the barrier that disables the individual.
Question 46: What is the primary function of voice recognition software like Dragon NaturallySpeaking in accessibility?
- To allow users with motor disabilities to control a computer and create text using voice commands (Correct answer)
- To record meetings for later transcription
- To read web content aloud to blind users
- To translate speech into different languages
Correct answer: To allow users with motor disabilities to control a computer and create text using voice commands
Voice recognition software enables people with motor disabilities to operate computers and dictate text entirely through spoken commands.
Question 47: What is the relationship between WCAG and WAI-ARIA?
- They are completely separate
- ARIA replaces WCAG
- ARIA is WCAG for mobile
- WCAG defines success criteria for accessible content, while ARIA provides technical attributes for adding semantic information to help meet WCAG requirements (Correct answer)
Correct answer: WCAG defines success criteria for accessible content, while ARIA provides technical attributes for adding semantic information to help meet WCAG requirements
WCAG defines what content must achieve, while ARIA provides technical attributes (roles, states, properties) to fulfill those requirements.
Question 48: Which of the following is a feature of accessible PDF documents?
- Scanned image format for all pages
- Password protection on all text content
- Fixed-width layout that prevents reflow
- Tagged structure with reading order and alt text (Correct answer)
Correct answer: Tagged structure with reading order and alt text
Accessible PDFs use tags to define document structure, reading order, and alternative text so screen readers can accurately interpret and present the content.
Question 49: Which of the following best describes the relationship between the European standard EN 301 549 and the Web Content Accessibility Guidelines (WCAG)?
- EN 301 549 is a law, while WCAG is only a voluntary guideline.
- EN 301 549 and WCAG are competing standards with conflicting requirements.
- EN 301 549 is an older standard that was replaced by WCAG.
- EN 301 549 incorporates and expands upon WCAG, applying accessibility requirements to a broader range of ICT. (Correct answer)
Correct answer: EN 301 549 incorporates and expands upon WCAG, applying accessibility requirements to a broader range of ICT.
EN 301 549 is a European standard for digital accessibility that uses WCAG as its foundation for web and mobile content. However, its scope is broader, covering other Information and Communication Technologies (ICT) like hardware and non-web software. It is the harmonized standard used to show conformance with laws like the European Accessibility Act, but it is a standard itself, not the law.
Question 50: What does 'Perceptible Information' mean as a universal design principle?
- Information should only be in one format
- The design communicates necessary information effectively regardless of ambient conditions or user's sensory abilities (Correct answer)
- Information should be perceived only visually
- Information should be hidden until requested
Correct answer: The design communicates necessary information effectively regardless of ambient conditions or user's sensory abilities
Perceptible Information means using multiple modes (visual, auditory, tactile) for redundant presentation of essential information.
Question 51: An infographic in a Word document conveys complex data through color coding alone. Which remediation best addresses accessibility?
- Change the infographic colors to higher contrast shades
- Increase the image resolution
- Provide a text-based summary or data table describing the information (Correct answer)
- Add a border around colored sections
Correct answer: Provide a text-based summary or data table describing the information
A text-based summary or data table ensures users who cannot perceive color differences can still access the conveyed information.
Question 52: What types of barriers does a person with an intellectual disability commonly face in digital environments?
- Only physical barriers related to motor function
- No barriers, as digital environments are inherently accessible
- Only technical barriers related to screen reader compatibility
- Cognitive barriers including complex language, confusing navigation, inconsistent design, lack of visual supports, and abstract content (Correct answer)
Correct answer: Cognitive barriers including complex language, confusing navigation, inconsistent design, lack of visual supports, and abstract content
People with intellectual disabilities face barriers from complex language, cluttered layouts, inconsistent navigation, and abstract concepts without visual support.
Question 53: What distinguishes closed captions from open captions in video accessibility?
- Closed captions are auto-generated; open captions are human-made
- Closed captions are always in color; open captions are black and white
- Closed captions can be toggled on or off by the viewer; open captions are permanently embedded (Correct answer)
- Closed captions include speaker names; open captions do not
Correct answer: Closed captions can be toggled on or off by the viewer; open captions are permanently embedded
Closed captions are delivered as a separate track that viewers can turn on or off, while open captions are burned into the video and always visible.
Question 54: A software development company based in the United States sells its project management application to customers globally, including in several European Union countries. Which of the following laws would MOST likely apply to this company, requiring their application to be accessible?
- The Accessibility for Ontarians with Disabilities Act (AODA)
- The European Accessibility Act (EAA) (Correct answer)
- Section 508 of the Rehabilitation Act
- The Marrakesh Treaty
Correct answer: The European Accessibility Act (EAA)
The European Accessibility Act (EAA) applies to companies that sell specific products and services, including many types of software and websites, within the EU, regardless of where the company itself is located. Section 508 applies to US federal agencies, AODA applies to organizations in Ontario, Canada, and the Marrakesh Treaty deals with copyright exceptions for accessible format books.
Question 55: What is a tactile ground surface indicator (TGSI) and where is it commonly installed?
- Reflective paint applied to ground surfaces
- A temperature sensor embedded in flooring
- Textured ground surfaces that provide navigational and hazard warning cues to people with vision impairments through touch underfoot or with a cane (Correct answer)
- A pressure-sensitive mat that opens automatic doors
Correct answer: Textured ground surfaces that provide navigational and hazard warning cues to people with vision impairments through touch underfoot or with a cane
TGSIs are raised patterns on ground surfaces detectable by foot or cane, guiding visually impaired pedestrians.
Question 56: A city is developing a new public transportation system. To align with a Biopsychosocial Model of disability, what approach should the city planners take?
- Integrate accessible features into the main system while also offering rehabilitation services and mental health support for commuters who experience anxiety. (Correct answer)
- Calculate the economic impact of inaccessible transport and provide subsidies to those who cannot work as a result.
- Focus solely on providing separate, specialized paratransit services for people with disabilities.
- Launch a fundraising campaign to purchase accessible vehicles for a non-profit organization to operate.
Correct answer: Integrate accessible features into the main system while also offering rehabilitation services and mental health support for commuters who experience anxiety.
The Biopsychosocial Model integrates aspects of the medical and social models. It acknowledges the biological/medical condition, the psychological impact (e.g., thoughts, emotions), and the social factors (e.g., environmental barriers). An approach that combines accessible design (social), with support for individuals' health and well-being (bio/psycho) is the most holistic and aligns with this model.
Question 57: Which standard defines ICT accessibility requirements that public-sector bodies in the European Union must meet?
- Section 508 of the Rehabilitation Act
- EN 301 549 (Correct answer)
- ISO/IEC 40500
- Accessibility for Ontarians with Disabilities Act (AODA)
Correct answer: EN 301 549
EN 301 549 is the European harmonized standard for accessibility requirements for ICT products and services. It was mandated by the European Accessibility Act and the Web Accessibility Directive and largely references WCAG 2.1 for web content. Section 508 is the US federal standard, AODA is Canadian (Ontario), and ISO/IEC 40500 is the ISO publication of WCAG 2.0.
Question 58: A university designs its online course registration portal with a clean layout, consistent navigation on every page, and uses common iconography that is easily understood without requiring a manual. This design philosophy strongly adheres to which principle of Universal Design?
- Equitable Use
- Flexibility in Use
- Simple and Intuitive Use (Correct answer)
- Perceptible Information
Correct answer: Simple and Intuitive Use
The correct answer is Simple and Intuitive Use. This principle emphasizes that the design should be easy to understand, regardless of the user's experience, knowledge, language skills, or concentration level. A consistent, predictable layout and the use of familiar icons eliminate unnecessary complexity and align with user expectations, making the portal intuitive.
Question 59: Which technique helps users with executive function difficulties complete multi-step online processes such as tax filing or account registration?
- Auto-submitting forms after a fixed time period
- Removing all navigation links to prevent distraction
- Hiding optional fields to simplify visual layout without labeling them
- Providing clearly numbered steps, confirmation dialogs, and the ability to save progress at any point (Correct answer)
Correct answer: Providing clearly numbered steps, confirmation dialogs, and the ability to save progress at any point
Numbered steps, progress saving, and confirmation dialogs scaffold executive function by externalizing planning, sequencing, and error-checking demands.
Question 60: What does the universal design principle 'Flexibility in Use' mean?
- The design allows users to change its color scheme
- The design accommodates a wide range of individual preferences and abilities, offering choice in methods of use (Correct answer)
- The design can be physically bent
- The design can be used in flexible work schedules
Correct answer: The design accommodates a wide range of individual preferences and abilities, offering choice in methods of use
Flexibility in Use means accommodating diverse preferences by providing choice in methods of use, right- or left-handed access, and adaptability to user's pace.
Question 61: UDL was originally developed based on research in which field, and later applied broadly to education?
- Occupational therapy
- Brain science and neurodiversity research (Correct answer)
- Software engineering and human-computer interaction
- Architecture and urban planning
Correct answer: Brain science and neurodiversity research
UDL was developed by CAST (Center for Applied Special Technology) grounded in neuroscience research showing that learner variability is the norm, not the exception. Brain imaging research revealed different neural networks for recognition, strategy, and affect — which map directly to UDL's three principles.
Question 62: What is the difference between WCAG 2.1 and WCAG 2.2?
- WCAG 2.2 only applies to mobile
- WCAG 2.2 adds nine new criteria and obsoletes SC 4.1.1, while maintaining backward compatibility with all other WCAG 2.1 criteria (Correct answer)
- WCAG 2.2 completely replaces 2.1
- WCAG 2.2 lowered requirements
Correct answer: WCAG 2.2 adds nine new criteria and obsoletes SC 4.1.1, while maintaining backward compatibility with all other WCAG 2.1 criteria
WCAG 2.2 is backward-compatible with 2.1, adding nine criteria and obsoleting only SC 4.1.1 (Parsing).
Question 63: A museum installs an audio description wand system for exhibits. This primarily benefits visitors with which disability?
- Hearing impairments
- Visual impairments (Correct answer)
- Mobility impairments
- Cognitive disabilities
Correct answer: Visual impairments
Audio description systems narrate visual content, making exhibit information accessible to visitors who are blind or have low vision.
Question 64: What is the economic model of disability?
- A model for calculating assistive technology costs
- A perspective defining disability primarily by its impact on economic productivity and labor market contribution (Correct answer)
- An economic theory about government disability spending
- A model determining benefits based on income level
Correct answer: A perspective defining disability primarily by its impact on economic productivity and labor market contribution
The economic model assesses disability through its impact on capacity for economic productivity and labor market participation.
Question 65: A pedestrian crossing button emits a sound, displays a visual countdown, and vibrates when activated. This BEST reflects which Universal Design guideline?
- Use different modes (pictorial, verbal, tactile) for redundant presentation of essential information (Correct answer)
- Accommodate left- and right-handed access and use
- Provide adequate space for the use of assistive devices
- Eliminate unnecessary complexity
Correct answer: Use different modes (pictorial, verbal, tactile) for redundant presentation of essential information
Redundant presentation of essential information through multiple sensory channels (visual, auditory, tactile) is a core guideline of the Perceptible Information principle.
Question 66: Australia's Disability Discrimination Act (DDA) 1992 approach to web accessibility is best described as:
- Mandating accessibility only for government-funded organizations
- Prescribing WCAG compliance as mandatory law
- Requiring annual government accessibility audits of all websites
- A complaint-based model where inaccessibility may constitute discrimination (Correct answer)
Correct answer: A complaint-based model where inaccessibility may constitute discrimination
Australia's DDA uses a complaint-based enforcement model; individuals may file complaints if inaccessible web content constitutes discrimination, with WCAG as the reference standard.
Question 67: A user with dyslexia reports that changing the font on a document significantly improves readability. Which font characteristic is generally considered MOST helpful for dyslexic readers?
- Italic fonts that mimic handwriting
- Fonts with uniform letter spacing and distinct letterforms (Correct answer)
- Serif fonts with decorative strokes
- Condensed fonts that fit more text per line
Correct answer: Fonts with uniform letter spacing and distinct letterforms
Fonts with consistent spacing and clearly distinct letterforms (such as OpenDyslexic or clean sans-serif fonts) reduce letter confusion for many readers with dyslexia.
Question 68: Which approach best integrates accessibility into agile development teams?
- Embed accessibility acceptance criteria in every user story (Correct answer)
- Assign one dedicated tester to review finished sprints
- Purchase an automated scanning license for the QA team
- Conduct a full accessibility audit at each annual release
Correct answer: Embed accessibility acceptance criteria in every user story
Including accessibility acceptance criteria in user stories ensures it is addressed during design and development, not as an afterthought.
Question 69: Which type of sign language interpretation embedded in a video places the interpreter in a separate, always-visible window?
- Picture-in-picture sign language interpretation (Correct answer)
- Open interpretation
- Dubbed sign language
- Closed interpretation
Correct answer: Picture-in-picture sign language interpretation
Picture-in-picture interpretation overlays a separate window showing the sign language interpreter alongside the main video content.
Question 70: Which WCAG 2.1 criterion specifically requires that the purpose of each input field collecting information about the user can be programmatically determined?
- 1.3.5 Identify Input Purpose (Correct answer)
- 3.3.2 Labels or Instructions
- 4.1.2 Name, Role, Value
- 1.3.4 Orientation
Correct answer: 1.3.5 Identify Input Purpose
SC 1.3.5 Identify Input Purpose, new in WCAG 2.1 at Level AA, requires that form fields use autocomplete tokens so browsers and assistive technologies can identify their purpose.
Question 71: A WCAG conformance claim at Level AA means the webpage satisfies all Level A and Level AA criteria. What happens to Level AAA criteria?
- They automatically pass when AA is met
- They replace Level A criteria
- They must all be failed for the AA claim to be valid
- They are optional enhancements not required for the AA claim (Correct answer)
Correct answer: They are optional enhancements not required for the AA claim
Level AAA criteria are optional; meeting them is encouraged as additional accessibility enhancement but is not required for a Level AA conformance claim.
Question 72: What is 'cognitive load' and why is it relevant to accessibility?
- The mental effort required to process information, which excessive amounts of can create barriers for people with cognitive disabilities (Correct answer)
- The file size of accessibility-related scripts
- The time it takes for a screen reader to parse a web page
- The processing power required by a computer to render accessible content
Correct answer: The mental effort required to process information, which excessive amounts of can create barriers for people with cognitive disabilities
Cognitive load refers to the amount of mental effort needed to process information. Excessive cognitive load can be a significant barrier for people with cognitive, learning, or attention-related disabilities.
Question 73: When should extended audio description be used in a video?
- When the video has no captions
- When background music is present
- When the video exceeds 30 minutes in length
- When pauses in dialogue are too short to insert standard audio description (Correct answer)
Correct answer: When pauses in dialogue are too short to insert standard audio description
Extended audio description pauses the video playback to allow enough time to describe complex visual content when natural pauses are insufficient.
Question 74: A software application allows users to customize font size, color contrast, and keyboard shortcuts. Which principle of Universal Design is MOST directly demonstrated?
- Equitable Use
- Low Physical Effort
- Flexibility in Use (Correct answer)
- Tolerance for Error
Correct answer: Flexibility in Use
Flexibility in Use accommodates a wide range of individual preferences and abilities by providing choices in how a product is used.
Question 75: A company's legal team wants to use a 'Voluntary Product Accessibility Template' (VPAT). What is the primary purpose of a VPAT?
- To replace the need for user testing with people with disabilities
- To certify that a product is fully WCAG 2.1 AA compliant
- To automatically remediate accessibility issues in digital products
- To document how a product conforms to accessibility standards for procurement decisions (Correct answer)
Correct answer: To document how a product conforms to accessibility standards for procurement decisions
A VPAT (now called an Accessibility Conformance Report) discloses how a product meets standards so buyers can make informed procurement decisions.
Question 76: Under ADA Title III, what obligation do places of public accommodation have regarding existing barriers in facilities built before 1993?
- They are permanently exempt from removal
- They must comply only if a complaint is filed
- They must remove barriers where readily achievable (Correct answer)
- No obligation unless they undergo renovation
Correct answer: They must remove barriers where readily achievable
Title III requires places of public accommodation to remove architectural barriers in existing facilities when doing so is 'readily achievable' — easily accomplished without much difficulty or expense.
Question 77: For an accessible PowerPoint presentation, which practice is most important?
- Limiting slides to no more than three bullet points
- Using only white backgrounds to maximize contrast
- Exporting to PDF before distributing
- Setting a meaningful reading order and adding alt text to all meaningful images (Correct answer)
Correct answer: Setting a meaningful reading order and adding alt text to all meaningful images
Setting the reading order and providing alt text ensures that screen reader users receive slide content in a logical sequence with descriptions of any visual elements.
Question 78: What role does accessibility testing by people with disabilities play in an accessibility program?
- It provides essential real-world insights that automated tools and expert reviews cannot fully capture (Correct answer)
- It is required by law in most countries
- It is only useful during the final stages before product launch
- It is optional and can be replaced entirely by automated testing tools
Correct answer: It provides essential real-world insights that automated tools and expert reviews cannot fully capture
Testing by people with disabilities provides invaluable insights into real-world barriers that automated tools (which catch only 30-40% of issues) may miss.
Question 79: What is the moral or religious model of disability?
- A historical perspective viewing disability as divine punishment, moral failing, or spiritual test, leading to stigma (Correct answer)
- A model promoting religious accessibility
- A modern ethical framework for disability policy
- A model based on moral obligation to create accessible environments
Correct answer: A historical perspective viewing disability as divine punishment, moral failing, or spiritual test, leading to stigma
This historical model attributed disability to divine punishment, sin, karma, or spiritual testing, leading to shame and exclusion.
Question 80: The 'biopsychosocial model' of disability integrates which combination of perspectives?
- Physical, cognitive, and emotional
- Medical, legal, and social
- Economic, political, and cultural
- Biological, psychological, and social (Correct answer)
Correct answer: Biological, psychological, and social
The biopsychosocial model combines biological factors, psychological factors, and social/environmental factors to understand disability holistically.
Question 81: How does the identity model of disability view disability?
- As a positive aspect of identity and a source of community, culture, pride, and shared experience (Correct answer)
- As something to be hidden and overcome
- As an identity separating disabled people from society
- As an identity verified by medical professionals
Correct answer: As a positive aspect of identity and a source of community, culture, pride, and shared experience
The identity model views disability as a valued part of personal and group identity, connected to rich culture, community, and shared history.
Question 82: Brazil's Law of Inclusion (Law 13.146/2015) requires websites of companies operating in Brazil to be accessible, referencing which standard?
- WCAG 2.0 Level AA directly
- eMAG (Modelo de Acessibilidade em Governo Eletrônico) (Correct answer)
- EN 301 549
- ISO 9241
Correct answer: eMAG (Modelo de Acessibilidade em Governo Eletrônico)
Brazil uses eMAG, its own government electronic accessibility model aligned with WCAG, as the reference standard for public digital accessibility requirements under Law 13.146.
Question 83: What is the primary purpose of adding alternative text (alt text) to images in documents?
- To provide a text equivalent for users who cannot see the image (Correct answer)
- To add a tooltip for all users
- To improve SEO ranking
- To reduce file size
Correct answer: To provide a text equivalent for users who cannot see the image
Alt text provides a text description of an image so that screen reader users and those who cannot view images can understand the content conveyed.
Question 84: What is the primary scope of Section 508 of the U.S. Rehabilitation Act?
- All private businesses with more than 15 employees.
- State and local government websites and digital resources.
- Public-facing websites of all businesses operating in the United States.
- U.S. Federal agencies when they develop, procure, maintain, or use electronic and information technology. (Correct answer)
Correct answer: U.S. Federal agencies when they develop, procure, maintain, or use electronic and information technology.
Section 508 specifically mandates that U.S. Federal agencies must ensure their electronic and information technology (ICT) is accessible to people with disabilities, including employees and the public. It does not directly apply to state/local governments (which are covered under ADA Title II) or private businesses (which are covered under ADA Title III).
Question 85: How does the human rights model differ from the social model?
- The human rights model explicitly frames disability as a human rights issue with legal protections, recognizing inherent dignity regardless of impairment (Correct answer)
- They are identical models
- The human rights model focuses on medical treatment
- The human rights model only applies in CRPD signatory countries
Correct answer: The human rights model explicitly frames disability as a human rights issue with legal protections, recognizing inherent dignity regardless of impairment
The human rights model extends the social model by explicitly framing accessibility as a fundamental right and establishing legal obligations.
Question 86: What does 'equivalent alternative' mean in accessibility?
- A backup system that activates when the primary system crashes
- Two websites with identical visual design
- Content or functionality that serves the same purpose as the original but in a form accessible to people with disabilities (Correct answer)
- Alternative text that uses exactly the same words as visible text
Correct answer: Content or functionality that serves the same purpose as the original but in a form accessible to people with disabilities
An equivalent alternative provides the same information or functionality as the original content but in an accessible format.
Question 87: Section 508 of the Rehabilitation Act (as amended) applies primarily to which organizations?
- Any company with more than 50 employees
- Federal agencies and entities that receive federal funding for electronic and information technology (Correct answer)
- Non-profit organizations registered with the IRS
- All US businesses conducting commerce online
Correct answer: Federal agencies and entities that receive federal funding for electronic and information technology
Section 508 mandates that federal agencies and recipients of federal funding ensure their electronic and information technology is accessible to people with disabilities.
Question 88: Under the CPACC framework, which category of disability does obsessive-compulsive disorder (OCD) fall under?
- Cognitive and neurological disabilities (Correct answer)
- Speech and language disabilities
- Physical and motor disabilities
- Deafblindness and combined sensory loss
Correct answer: Cognitive and neurological disabilities
OCD is classified as a cognitive/neurological disability because it involves neurological processes that affect thought patterns, behavior, and daily functioning.
Question 89: What is the primary function of Augmentative and Alternative Communication (AAC) devices?
- To assist users with mobility impairments in navigating their environment.
- To magnify text and images for users with low vision.
- To convert digital text into synthesized speech for blind users.
- To supplement or replace speech for individuals with communication impairments. (Correct answer)
Correct answer: To supplement or replace speech for individuals with communication impairments.
Augmentative and Alternative Communication (AAC) encompasses a range of strategies and tools, from simple picture boards to complex speech-generating devices, designed to help individuals who have difficulty with spoken or written communication. They either supplement existing speech (augmentative) or provide a replacement for it (alternative).
Question 90: A technology company redesigns its onboarding software with screen reader compatibility, keyboard navigation, and adjustable font sizes for all users by default. This decision is best justified by which model?
- Charity Model
- Functional Solutions Model
- Moral Model
- Social Model (Correct answer)
Correct answer: Social Model
Building accessibility into products for all users by default reflects the Social Model's principle that design, not the individual, should change to remove barriers.
Question 91: Which design pattern BEST reduces cognitive load for users with intellectual disabilities navigating a complex form?
- Breaking the form into smaller, clearly labeled sections with progress indicators (Correct answer)
- Requiring completion without the ability to save and return
- Displaying all form fields on a single long page
- Using purely icon-based labels without text
Correct answer: Breaking the form into smaller, clearly labeled sections with progress indicators
Breaking forms into smaller, labeled sections with progress indicators reduces working memory demands and helps users with intellectual disabilities understand where they are in the process.
Question 92: What is 'inclusive playground' design and what principles guide it?
- Playgrounds that separate children by ability level
- Playgrounds designed only for children with physical disabilities
- Standard playground equipment painted in bright colors
- Playground design providing play experiences accessible and engaging for children of all abilities, following universal design and accessibility standards (Correct answer)
Correct answer: Playground design providing play experiences accessible and engaging for children of all abilities, following universal design and accessibility standards
Inclusive playground design creates environments where children of all abilities can play together, with accessible routes, ground-level activities, and sensory elements.
Question 93: Which of the following pairs correctly matches a model with its primary locus of the 'disability problem'?
- Medical Model → societal barriers
- Rights-Based Model → the person's need for treatment
- Social Model → the individual's impairment
- Charity Model → the individual as a recipient of pity (Correct answer)
Correct answer: Charity Model → the individual as a recipient of pity
The Charity Model locates disability in the individual who is seen as unfortunate and deserving of benevolent help, reinforcing dependency.
Question 94: How does accessible procurement benefit the broader market?
- It has no effect beyond the purchasing organization
- Large-scale procurement creates market demand that incentivizes all vendors to improve accessibility (Correct answer)
- It only benefits the winning vendor
- It increases costs and decreases quality
Correct answer: Large-scale procurement creates market demand that incentivizes all vendors to improve accessibility
When large purchasers require accessibility, it creates market pressure incentivizing vendors to build accessibility into products for all customers.
Question 95: What is the purpose of an audio description track in accessible video content?
- To reduce background noise for users with hearing aids
- To add subtitles for non-native speakers
- To narrate visual information that is not conveyed through dialogue or sound (Correct answer)
- To provide a translated audio version in another language
Correct answer: To narrate visual information that is not conveyed through dialogue or sound
Audio descriptions narrate key visual elements—such as actions, scene changes, and on-screen text—during pauses in dialogue, making video accessible to blind users.
Question 96: Which legal concept, established in U.S. ADA case law, holds that an organization must provide equal access even if it means fundamentally altering services or causing undue financial burden?
- Effective communication
- Reasonable accommodation
- Undue hardship / fundamental alteration (as a defense, not a mandate) (Correct answer)
- Disparate impact
Correct answer: Undue hardship / fundamental alteration (as a defense, not a mandate)
Under the ADA, 'undue hardship' and 'fundamental alteration' are legal defenses that excuse compliance, not affirmative mandates — businesses need not comply if doing so imposes these burdens.
Question 97: How does haptic feedback technology assist people with disabilities?
- By compressing audio files for hearing aid compatibility
- By automatically adjusting screen brightness based on ambient light
- By using vibrations and tactile sensations to convey information that might otherwise rely on visual or auditory cues (Correct answer)
- By providing stronger WiFi signals to assistive devices
Correct answer: By using vibrations and tactile sensations to convey information that might otherwise rely on visual or auditory cues
Haptic feedback uses vibrations, pressure, and other tactile sensations to communicate information through touch.
Question 98: Which WCAG success criterion requires websites to allow users to turn off, pause, or control moving, blinking, or scrolling content?
- 2.2.2 Pause, Stop, Hide (Correct answer)
- 3.2.1 On Focus
- 2.1.1 Keyboard
- 1.4.4 Resize Text
Correct answer: 2.2.2 Pause, Stop, Hide
WCAG 2.2.2 Pause, Stop, Hide (Level A) requires mechanisms to pause, stop, or hide content that moves, blinks, or scrolls automatically for more than five seconds.
Question 99: An organization's accessibility statement should include which of the following elements?
- A full list of all employees who worked on accessibility
- Known limitations, contact information for feedback, and the standard targeted (Correct answer)
- Source code of all accessible components
- Automated scan scores for every page on the website
Correct answer: Known limitations, contact information for feedback, and the standard targeted
A proper accessibility statement discloses the standard targeted, any known gaps, and how users can report issues or request assistance.
Question 100: How do alternative and augmentative communication (AAC) devices support people with communication disabilities?
- By translating speech into different languages
- By transcribing phone calls into text messages
- By amplifying sound for people with hearing loss
- By providing alternative methods for expression and communication when natural speech is limited or absent (Correct answer)
Correct answer: By providing alternative methods for expression and communication when natural speech is limited or absent
AAC devices supplement or replace natural speech for people with communication disabilities, from simple picture boards to sophisticated speech-generating devices.
CPACC - Certified Professional in Accessibility Core Competencies
The CPACC certification by IAAP validates broad, cross-disciplinary conceptual knowledge of disabilities, accessibility and universal design, and accessibility-related standards, laws, and management strategies.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds