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

Adding Agile questions to quiz site #103

Closed
jdwilkin4 opened this issue Sep 16, 2022 · 3 comments
Closed

Adding Agile questions to quiz site #103

jdwilkin4 opened this issue Sep 16, 2022 · 3 comments
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 Sep 16, 2022

What general issue would you like to create?

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

You can find the complete list of agile questions below.
https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/agile-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 in the file before creating a PR.

Here is an example format for the questions.

  {
    Question:
      "In a Scrum team, who is responsible for stories estimation?",
    Answer: "The Developers",
    Distractor1: "The Product Owner",
    Distractor2: "The Scrum Master",
    Distractor3: "The Product Owner and the Scrum Master",
    Explanation:
      "According to the Scrum Guide, only members of the development team are allowed to estimate development effort. Neither Scrum Master, nor Product Owner.",
    Link: "https://www.freecodecamp.org/news/scrum-the-hard-parts/",
  },

For the link field, please make sure to use a freeCodeCamp article, freeCodeCamp YouTube video or official documentation.
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 Agile questions from:
https://www.freecodecamp.org/news/tag/agile/

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

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 Sep 16, 2022
@GulabSinghSikarwar
Copy link
Contributor

Added Agile Questions #213

@jdwilkin4
Copy link
Contributor Author

If people have questions about this issue, or questions in general on how to contribute, please use the GitHub discussions area.
It will be easier to track conversations over there 👍

@freeCodeCamp freeCodeCamp locked and limited conversation to collaborators Oct 13, 2022
@jdwilkin4
Copy link
Contributor Author

For anyone interested in contributing, please read through the contributing documentation first.

@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

2 participants