freeCodeCamp / Developer_Quiz_Site

This is a quiz site filled with over 1500+ questions on programming.
https://developerquiz.org
BSD 3-Clause "New" or "Revised" License
263 stars 359 forks source link

Add more web accessibility questions #374

Closed jdwilkin4 closed 1 year ago

jdwilkin4 commented 2 years ago

What general issue would you like to create?

developerquiz.org currently has over 900+ quiz questions. We are looking to expand on the accessibility questions and we encourage other developers to add their quiz questions to the site.

You can find the complete list of accessibility questions below. https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/accessibility-quiz.ts

You can add your own questions to the top of that file. Please first check to make sure your question doesn't already exist before creating a PR.

Here is the correct format for the questions. The distractors represent the incorrect answers.

 {
    Question: "What is web accessibility?",
    Answer: "the practice of building websites that are usable by everyone",
    Distractor1: "a new JavaScript framework",
    Distractor2: "a sorting algorithm",
    Distractor3: "a type of programming paradigm",
    Explanation:
      "Web accessibility means building websites that are usable by as many people as possible.",
    Link: "https://www.freecodecamp.org/news/what-is-website-accessibility-18ce00ec990f/",
  },

For the link field, please make sure to use a freeCodeCamp article, freeCodeCamp YouTube video or W3C content. If you choose to reference a video, please make sure to include the timestamp for the topic covered.

You can read more about how to create timestamps in this helpful article.

There are plenty of freeCodeCamp news articles to pull accessibility questions from: https://www.freecodecamp.org/news/common-accessibility-errors-and-how-to-fix-them/ https://www.freecodecamp.org/news/web-accessibility-best-practices-a11y-tips/ https://www.freecodecamp.org/news/accessibility-testing-tools-for-ada-compliance/ https://www.freecodecamp.org/news/what-is-website-accessibility-18ce00ec990f/ https://www.freecodecamp.org/news/4-principles-for-getting-started-with-website-accessibility-4e85f75730b/

This issue will not be assigned to anyone and will remain open for multiple contributors. Please do not close this issue

Happy contributing!

jdwilkin4 commented 2 years ago

If you are interested in contributing, please read through the contributing documentation first.

If you have additional questions about this issue or need help with creating a PR, please open up a new discussion in the Github discussions and people can help you out there. It will be easier to track the conversation over there instead of on this issue 👍