question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adding Security questions to quiz site

See original GitHub issue

What 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:open
  • Created a year ago
  • Comments:25 (24 by maintainers)

github_iconTop GitHub Comments

2reactions
suryakapurothucommented, Oct 13, 2022

@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.

0reactions
jdwilkin4commented, Oct 14, 2022

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add a custom question to the Security Questions verification
Add a custom question to the Security Questions verification · Navigate to All > Password Reset > Security Questions. · Follow this procedure...
Read more >
Security Questions: Best Practices, Examples, and Ideas - Okta
What makes a good security question? · Confidentiality: No one else should be able to guess, research, or otherwise obtain the answer.
Read more >
How to Add Security Questions to WordPress Login Pages
Keep the bad guys out of your site by adding security questions to your WordPress login page. Our tutorial will help you keep...
Read more >
How to Add Security Questions to WordPress Login Screen
Most financial institutions and companies ask you questions about your identity to verify it before allowing you to log in.
Read more >
Secure Your #WordPress Website By Adding ... - YouTube
Most financial institutions and large companies require you to add security questions to your account for identity verification.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found