Adding Security questions to quiz site
See original GitHub issueWhat general issue would you like to create?
developerquiz.org currently has over 600 quiz questions. We are looking to expand on the security questions and we encourage other developers to add their quiz questions to the site.
You can find the complete list of security questions below. https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/security-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:
"Which of the following type of Hackers protect civilians and organizations by finding and reporting vulnerabilities in the system?",
Answer: "White Hat Hackers",
Distractor1: "Grey Hat Hackers",
Distractor2: "Black Hat Hackers",
Distractor3: "Red Hat Hackers",
Explanation:
"White Hat Hackers work for organizations as Cybersecurity Engineers, Penetration Testers, etc. where they perform tasks like ethically hacking the system to find and report vulnerabilities. ",
Link: "https://www.freecodecamp.org/news/white-hat-black-hat-red-hat-hackers/",
},
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 Security questions from: https://www.freecodecamp.org/news/tag/web-security/ https://www.freecodecamp.org/news/tag/cybersecurity/ https://www.freecodecamp.org/news/tag/information-security/ https://www.freecodecamp.org/news/tag/security/
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!
Issue Analytics
- State:
- Created a year ago
- Comments:25 (24 by maintainers)
Top GitHub Comments
@Nikita0509 I’ve started a week ago and trust me this is the right place for a headstart. @jdwilkin4 is a very great mentor.
I’ll take this opportunity to let you know how you make your first PR: Starting, Create a fork of the freeCodeCamp repository in your local git. This can be done using the button on the repo page post installing git locally.
For anyone interested in contributing, please read through the contributing documentation first.