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

Add more web accessibility questions #374

Closed
jdwilkin4 opened this issue Oct 14, 2022 · 1 comment
Closed

Add more web accessibility questions #374

jdwilkin4 opened this issue Oct 14, 2022 · 1 comment
Labels
good first issue Good for newcomers hacktoberfest This is used for issues that count toward hacktoberfest help wanted Extra attention is needed Open to multiple contributors This issue will not be assigned to one person and is available for multiple contributors.

Comments

@jdwilkin4
Copy link
Contributor

jdwilkin4 commented Oct 14, 2022

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 jdwilkin4 added help wanted Extra attention is needed good first issue Good for newcomers hacktoberfest This is used for issues that count toward hacktoberfest labels Oct 14, 2022
@jdwilkin4
Copy link
Contributor Author

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 👍

@freeCodeCamp freeCodeCamp locked and limited conversation to collaborators Oct 14, 2022
@jdwilkin4 jdwilkin4 removed the hacktoberfest This is used for issues that count toward hacktoberfest label Nov 1, 2022
@jdwilkin4 jdwilkin4 added hacktoberfest This is used for issues that count toward hacktoberfest Open to multiple contributors This issue will not be assigned to one person and is available for multiple contributors. labels Sep 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers hacktoberfest This is used for issues that count toward hacktoberfest help wanted Extra attention is needed Open to multiple contributors This issue will not be assigned to one person and is available for multiple contributors.
Projects
None yet
Development

No branches or pull requests

1 participant