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 Computer Science Questions #29

Open
jdwilkin4 opened this issue Jan 22, 2022 · 11 comments
Open

Adding Computer Science Questions #29

jdwilkin4 opened this issue Jan 22, 2022 · 11 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 Jan 22, 2022

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

You can find the complete list of questions below.
https://github.com/freeCodeCamp/Developer_Quiz_Site/blob/main/src/data/general-cs-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.

Here is an example of one of the current CS questions.

 {
    Question: "Which one of these is NOT a common time complexity equation for BigO notation?",
    Answer: "O(n14)",
    Distractor1: "O(1)",
    Distractor2: "O(log n)",
    Distractor3: "O(n)",
    Explanation: "O(1), O(log n), O(n) are just some of the common time complexity equations for BigO notation.",
    Link: "https://www.youtube.com/watch?v=zg9ih6SVACc&t=867s",
  },

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

Here is an example of a timestamp video for BigO notation
https://www.youtube.com/watch?v=zg9ih6SVACc&t=867s

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

Please note: Do not close this issue. We want to keep this issue open for multiple contributors.

Happy contributing!

@jdwilkin4 jdwilkin4 added good first issue Good for newcomers help wanted Extra attention is needed labels Jan 22, 2022
@Kas1680
Copy link

Kas1680 commented Apr 15, 2022

Is this repo still active?

@jdwilkin4
Copy link
Contributor Author

Yes it is

@a2937
Copy link
Member

a2937 commented Jun 3, 2022

Can a question like what the HTML abbreviation stands for be added to the pool of questions?

@jdwilkin4
Copy link
Contributor Author

@a2937
I ran a search in the full-quiz.ts and there is already a question for the abbreviation of HTML on line 6566.

But the question should be modified because the current answer says
Answer: "Hyper Text Markup Language",

But it should say
Answer: "HyperText Markup Language",

But in general, it is always best to check the list of questions first to see if it exists so we don't create duplicate questions.

Hope that helps!

@a2937
Copy link
Member

a2937 commented Aug 1, 2022

I wanna update an distraction answer to be "Friend Function" instead of "Friend functiom" ; as soon as I can think of an proper question involving template strings.

@jdwilkin4 jdwilkin4 added the hacktoberfest This is used for issues that count toward hacktoberfest label Sep 16, 2022
@Aman0786-git
Copy link
Contributor

@jdwilkin4 Hello Ma'am I have added two CS quiz questions .I had pushed the changes but can you please help me out with pull request.
This is my first open source contribution.Thank You.

@jdwilkin4
Copy link
Contributor Author

jdwilkin4 commented Sep 20, 2022

Hi @Aman0786-git !

I think it would be best if you post your question, with more information on where you are at in the git process in the freeCodeCamp forum so we can get a better idea of what the issue is. We will be able to better assist you there.

https://forum.freecodecamp.org/

@jdwilkin4
Copy link
Contributor Author

@Aman0786-git

You can also read through this helpful article on how to create pull requests
https://opensource.com/article/19/7/create-pull-request-github

Sarang-Goutam added a commit to Sarang-Goutam/Developer_Quiz_Site that referenced this issue Oct 1, 2022
jdwilkin4 pushed a commit that referenced this issue Oct 2, 2022
* Update general-cs-quiz.ts

For issue #29

* Update general-cs-quiz.ts
@anp-scp
Copy link
Contributor

anp-scp commented Oct 9, 2022

For the attribute "link", can we add link to Wikipedia articles?

@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

Successfully merging a pull request may close this issue.

5 participants