This project was designed to be a friendly and easy-to-use site for students to practice for the fermi questions Science Olympiad event.
To add a question, open a new issue and paste in your questions and answers, along with their sources. I will add this to the question-bank for you.
If you'd like to help make my life easier and ensure a faster addition to the question-bank, follow the steps below, or refer to this walkthrough if you are new to, or less familiar with Github.
To start, open the question-bank.json
file and create a new object inside the questions
object with a key to identify the source of the question(s) you are adding. Add multiple separate objects with different keys for each different source.
Next, add an object with the same key as the source to the sources
object. Include the link to your source, the name you would like to be identified by, and the date you have sourced this information on.
An example would look like this:
{
"questions": {
"og": {
...
},
"example": {
"How many hydrogen atoms are present in 1 mg of aspartame (C<sub>14</sub>H<sub>18</sub>N<sub>2</sub>O<sub>5</sub>), the artificial sweetener?": 19,
"What is the mass, in grams, of all electrons within a single copper atom?": -26
}
},
"sources": {
"og": {
...
},
"example": {
"link": "https://github.com/EricAndrechek/FermiQuestions#Adding-a-Question",
"author": "Eric Andrechek",
"date": "July 29, 2022"
}
}
}
If you want to be extra helpful, include the changes you are making to the change log and add yourself to the contributors list!
- August 1, 2022 - Added additional questions, fixed incorrect answers, and found additional sources by @Haadi-Khan
- August 1, 2022 - Added additional questions from @IOnlyShoot3s
- July 29, 2022 - Added question source information as suggested by @Haadi-Khan
- July 13, 2022 - Fixed incorrect answer pointed out by @IOnlyShoot3s
- May 19, 2022 - Migrated from andrechek.com to open source codebase and questions all hosted on Github.
- March 2, 2019 - Open sourced question bank on Google Sheets, with many anonymous contributions from the community. Also added an online leaderboard.
- February 10, 2019 - First release of website on andrechek.com/projects/fermi with closed source code and question bank.
Eric Andrechek 💻 |
IOnlyShoot3s 🐛 🖋 |
Haadi-Khan 🤔 🐛 🖋 |
ahnoah 🚧 |
ZeliTheZealot 🐛 |
Tianxiao Wang 🚧 |