Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Accessibility Quiz Question #711

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/data/accessibility-quiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,17 @@ const accessibilityQuiz = [
"The minimum contrast ratio needed depends on the type and size of the text and the level of conformance. For normal text, the minimum contrast ratio is 4.5:1.",
Link: "https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html"
},
{
Question:
"In the context of web accessibility, what does 'cognitive accessibility' refer to?",
Answer: "Ensuring that web content is easy to understand and use for individuals with cognitive disabilities.",
Distractor1: "Making web content more engaging and interactive.",
Distractor2: "Enhancing the creativity and aesthetics of web design.",
Distractor3: "Providing audio descriptions for video content.",
Explanation:
"'Cognitive accessibility' refers to the practice of designing and structuring web content in a way that makes it easy to comprehend and navigate for individuals with cognitive disabilities like dyslexia, attention deficit disorders, or intellectual disabilities.",
Link: "https://www.w3.org/WAI/cognitive/"
},
{
Question: "What is keyboard accessibility, and why is it important for web accessibility?",
Answer: "Keyboard accessibility refers to the ability to navigate and interact with a website using only the keyboard, without relying on a mouse.",
Expand Down