|
| 1 | +### YamlMime:ModuleUnit |
| 2 | +uid: learn.cela-accessibility.accessibility-design-specs-with-annotations.knowledge-check |
| 3 | +title: Knowledge check |
| 4 | +metadata: |
| 5 | + title: Knowledge Check |
| 6 | + description: This is the knowledge check for the accessibility design specs with annotations module. |
| 7 | + ms.date: 02/14/2025 |
| 8 | + author: erzelman |
| 9 | + ms.author: erzelman |
| 10 | + ms.topic: unit |
| 11 | +durationInMinutes: 2 |
| 12 | +quiz: |
| 13 | + title: Check your knowledge |
| 14 | + questions: |
| 15 | + - content: What is the primary purpose of annotating design mockups for accessibility? |
| 16 | + choices: |
| 17 | + - content: To make designs look more colorful |
| 18 | + isCorrect: false |
| 19 | + explanation: Incorrect. It's important to enhance visual appeal, provide information about the design process, and document the process. However, accessibility annotations specifically focus on making the design accessible to everyone. |
| 20 | + - content: To ensure designs can be used by all users, including those with disabilities |
| 21 | + isCorrect: true |
| 22 | + explanation: Correct. The primary purpose of annotating design mockups for accessibility is to ensure that designs are usable by all users, including those with disabilities. |
| 23 | + - content: To provide additional information about the design process |
| 24 | + isCorrect: false |
| 25 | + explanation: Incorrect. It's important to enhance visual appeal, provide information about the design process, and document the process. However, accessibility annotations specifically focus on making the design accessible to everyone. |
| 26 | + - content: To document the design process |
| 27 | + isCorrect: false |
| 28 | + explanation: Incorrect. It's important to enhance visual appeal, provide information about the design process, and document the process. However, accessibility annotations specifically focus on making the design accessible to everyone. |
| 29 | + |
| 30 | + - content: Which of the following is a critical consideration when implementing keyboard navigation in designs? |
| 31 | + choices: |
| 32 | + - content: The use of vibrant colors |
| 33 | + isCorrect: false |
| 34 | + explanation: Incorrect. While vibrant colors, image quantity, and font size are important design elements, they do not directly impact the effectiveness of keyboard navigation. Focus order is key to ensuring smooth navigation for keyboard users. |
| 35 | + - content: The logical and intuitive focus order of interactive elements |
| 36 | + isCorrect: true |
| 37 | + explanation: Correct. The logical and intuitive focus order of interactive elements is crucial when implementing keyboard navigation. This ensures users can navigate through the design in a meaningful and efficient way using only the keyboard, which is essential for accessibility. |
| 38 | + - content: The number of images used in the design |
| 39 | + isCorrect: false |
| 40 | + explanation: Incorrect. While vibrant colors, image quantity, and font size are important design elements, they do not directly impact the effectiveness of keyboard navigation. Focus order is key to ensuring smooth navigation for keyboard users. |
| 41 | + - content: The font size of the text |
| 42 | + isCorrect: false |
| 43 | + explanation: Incorrect. While vibrant colors, image quantity, and font size are important design elements, they do not directly impact the effectiveness of keyboard navigation. Focus order is key to ensuring smooth navigation for keyboard users. |
| 44 | + |
| 45 | + - content: How can screen reader annotations benefit users? |
| 46 | + choices: |
| 47 | + - content: By providing visual cues for navigation |
| 48 | + isCorrect: false |
| 49 | + explanation: Incorrect. While visual cues and layout information are important, screen reader annotations primarily help users understand the purpose and interaction of elements, enabling better accessibility. |
| 50 | + - content: By conveying information about the type, purpose and specific capabilities of each instance of controls of a page |
| 51 | + isCorrect: true |
| 52 | + explanation: Correct. Screen reader annotations are crucial for conveying information about how to interact with elements. These annotations ensure that screen reader users can understand the function of different elements, like buttons and links, so they can navigate and interact effectively. |
| 53 | + - content: By informing users about the layout and design |
| 54 | + isCorrect: false |
| 55 | + explanation: Incorrect. While visual cues and layout information are important, screen reader annotations primarily help users understand the purpose and interaction of elements, enabling better accessibility. |
| 56 | + - content: By enhancing the overall aesthetic of the interface |
| 57 | + isCorrect: false |
| 58 | + explanation: Incorrect. While visual cues and layout information are important, screen reader annotations primarily help users understand the purpose and interaction of elements, enabling better accessibility. |
| 59 | + |
| 60 | + - content: What is the purpose of color contrast checkers in accessibility design? |
| 61 | + choices: |
| 62 | + - content: To ensure colors match the brand guidelines |
| 63 | + isCorrect: false |
| 64 | + explanation: Incorrect. While brand guidelines and aesthetics are important, the main purpose of color contrast checkers is to ensure accessibility by making sure the text stands out enough from its background for all users to read clearly. |
| 65 | + - content: To verify that text, icons and interactive components are easily readable against its background |
| 66 | + isCorrect: true |
| 67 | + explanation: Correct. Color contrast checkers are used to verify that text is easily readable against its background. This ensures that users, including those with vision impairments, can perceive and read the content without difficulty. |
| 68 | + - content: To evaluate the visual appeal of the design |
| 69 | + isCorrect: false |
| 70 | + explanation: Incorrect. While brand guidelines and aesthetics are important, the main purpose of color contrast checkers is to ensure accessibility by making sure the text stands out enough from its background for all users to read clearly. |
| 71 | + - content: To determine the best color palette for aesthetics |
| 72 | + isCorrect: false |
| 73 | + explanation: Incorrect. While brand guidelines and aesthetics are important, the main purpose of color contrast checkers is to ensure accessibility by making sure the text stands out enough from its background for all users to read clearly. |
| 74 | + |
0 commit comments