bernard467
bernard467 Mar 2, 2026 β€’ 10 views

Multiple Choice Questions on WAVE and Lighthouse Accessibility Tools

Hey there! πŸ‘‹ Learning about web accessibility testing? Let's dive into WAVE and Lighthouse with a quick study guide and a practice quiz. It's a great way to boost your skills! ✨
πŸ’» Computer Science & Technology
πŸͺ„

πŸš€ Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

✨ Generate Custom Content

1 Answers

βœ… Best Answer
User Avatar
david.burns Dec 31, 2025

πŸ“š Quick Study Guide

  • 🌐 WAVE (Web Accessibility Evaluation Tool): A web accessibility evaluation tool developed by WebAIM. It's a visual tool that injects accessibility icons directly into your webpage.
  • πŸ” WAVE Features: Identifies accessibility errors and alerts, structural elements, and ARIA features. It does NOT require you to submit your page to a remote server.
  • πŸ› οΈ Lighthouse (Google): An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more.
  • 🚦 Lighthouse Accessibility Score: A weighted average of all accessibility audits. Aim for a score of 100, but remember that automated testing can only catch approximately 20-40% of accessibility issues.
  • πŸ’‘ Common Accessibility Issues Detected: Low contrast text, missing alt text for images, improper use of ARIA attributes, and form elements without labels.
  • πŸ“ Benefits of Using Both: WAVE provides immediate, visual feedback on your page. Lighthouse offers a broader range of audits and integrates directly into Chrome DevTools. Using both tools provides a more comprehensive accessibility review.
  • βœ… Important Note: Automated testing should be complemented with manual testing, including keyboard navigation and screen reader testing.

Practice Quiz

  1. Which of the following best describes the WAVE tool?
    1. A) A server-side web application firewall.
    2. B) A visual accessibility evaluation tool that injects icons into a webpage.
    3. C) A tool for measuring website performance and speed.
    4. D) A project management software for web developers.
  2. What is a key advantage of using WAVE for accessibility testing?
    1. A) It provides a comprehensive security audit.
    2. B) It offers real-time collaboration features.
    3. C) It provides immediate, visual feedback directly on the webpage.
    4. D) It automatically fixes accessibility issues.
  3. Which tool provides audits for performance, accessibility, SEO, and more?
    1. A) WAVE
    2. B) Lighthouse
    3. C) NVDA
    4. D) JAWS
  4. What does the Lighthouse accessibility score represent?
    1. A) The number of lines of code in the website.
    2. B) A weighted average of all accessibility audits performed by Lighthouse.
    3. C) The website's ranking on Google search results.
    4. D) The total number of visitors to the website.
  5. Which of the following is a common accessibility issue that both WAVE and Lighthouse can detect?
    1. A) Server downtime
    2. B) Low contrast text
    3. C) Database errors
    4. D) Domain name expiration
  6. Why is it important to supplement automated accessibility testing with manual testing?
    1. A) Automated tests are always 100% accurate.
    2. B) Manual testing is only needed for complex websites.
    3. C) Automated testing can only catch a limited percentage of accessibility issues.
    4. D) Manual testing is faster and more efficient.
  7. Which of the following is NOT a typical feature that Lighthouse audits?
    1. A) Performance
    2. B) Accessibility
    3. C) SEO
    4. D) Social Media Engagement
Click to see Answers
  1. B
  2. C
  3. B
  4. B
  5. B
  6. C
  7. D

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! πŸš€