Pro Coder Quiz

Top 3 Winners:
Jyoti Desai, Avadhoot Bhosle and Sayali Dhadge
Congratulations!!
Quiz Questions and answers are below:
1. What is the primary purpose of providing text alternatives for non-text content?
A) To enhance aesthetics
B) To ensure accessibility for users with visual impairments
C) To improve website load speed
Correct Answer: Option B
2. Which of the following ensures that all functionalities of a website are accessible via keyboard?
A) Keyboard accessibility
B) Mouse support
C) Touchscreen compatibility
Correct Answer: Option A
3. Why is using headings and labels important in web content?
A) For better SEO
B) To organize content and improve navigation for users
C) To increase the website's visual appeal
Correct Answer: Option B
4. What must be done when an input error is detected in a form?
A) Ignore it
B) Highlight the error in red without explanation
C) Provide feedback to the user in text
Correct Answer: Option C
5. What does the color contrast requirement address?
A) The readability of text against its background
B) The color scheme of the website
C) The use of images in design
Correct Answer: Option A
6. What does “label in name” mean?
A) Labels must be decorative
B) The visible label of UI components must be programmatically associated with them
C) Labels can be omitted if the component is intuitive
Correct Answer: Option B
7. How can users bypass repetitive navigation links?
A) By using the mouse to click quickly
B) By implementing skip navigation links
C) By refreshing the page
Correct Answer: Option B
8. What is required for time-based media to be accessible?
A) It must be visually appealing
B) It can be skipped entirely
C) It must have captions or transcripts
Correct Answer: Option C
9. What is the purpose of clear labels in forms?
A) To make forms look more professional
B) To increase the number of form submissions
C) To help users understand what information is required
Correct Answer: Option C
10. Why is navigation consistency important?
A) It keeps users engaged
B) It allows users to find content easily and predictably
C) It improves the website's aesthetic
Correct Answer: Option B
11. What is Minimum Contrast Ratio for Normal Text?
A) 4.5:1
B) 3:1
C) 5:1
D) 6:1
Correct Answer: Option A
12. What is NOT Acceptable for Keyboard Accessibility?
A) Providing visible focus indicators.
B) Allowing keyboard shortcuts for navigation.
C) Requiring mouse input for navigation.
D) Ensuring all interactive elements can be accessed via keyboard.
Correct Answer: Option C
13. What is the significance of providing alternative text for images?
A) It enhances SEO
B) It ensures that users with screen readers can understand the content of images
C) It makes the website look more professional
Correct Answer: Option B
14. How should a website handle time limits on user input?
A) Automatically submit forms after the time limit
B) Ignore time limits for all users
C) Provide users with a way to extend the time or disable the limit
Correct Answer: Option C
15. Why is it important to use ARIA landmarks?
A) They improve visual layout
B) They enhance SEO ranking
C) They help assistive technologies navigate the webpage more easily
Correct Answer: Option C