Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671a4aeac046082b1bf6335b.md

latest1.3 KB
Original Source

--instructions--

This task doesn't have audio. Read the question below and select the correct answer.

--questions--

--text--

Which example best demonstrates what accessibility means in software development?

--answers--

An app is designed to include features like voice commands and screen readers to help visually impaired users navigate.


An app adds more advanced settings for power users who want to customize features.

--feedback--

This focuses on customization for advanced users, not on making the app accessible for all users.


An app introduces a new payment gateway to make transactions faster.

--feedback--

While this improves functionality, it doesn't relate to making the app accessible to users with different needs.


An app offers a wider range of color options to improve its visual appeal.

--feedback--

Adding more colors improves design aesthetics but does not necessarily enhance accessibility for all users.

--video-solution--

1

--explanation--

In software development, accessibility refers to designing apps in a way that everyone, including people with disabilities, can easily use. Examples include adding voice commands, screen readers, or features like keyboard navigation for users with limited mobility.