Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 355 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 355 Bytes

Make a contribution!

Submit a Pull Request, with your question added to the questions/index.json file. Make sure the question is in this format:

{
  "id": last question id + 1,
  "difficulty": #(1-5),
  "question": "____?",
  "a": "",
  "b:: "",
  "c": "",
  "d": "",
  "answer": "(#)"(replace # -> option having correct answer)
}