Home / Help / How to add question by using JSON?

How to add question by using JSON?

22 Jun 2025 | Admin

To Add A Question by JSON Form. Follow the below steps carefully.

  • Login to your account and make sure that your account is verified.
  • Click on Add MCQ link in the navbar.
  • Click on By JSON tab in the opened page.
  • A Form will open with one text box and radio buttons for category selection.
  • You JSON must follow the rule other wise you will see error.

JSON Format Required for Adding Question

[
    {
        "question":"",
        "code":"",
        "option1":"",
        "option2":"",
        "option3":"",
        "option4":"",
        "correct_ans":"",
        "explanation":""
    }
]
                                      

In this format, everything is required except the "code" key. You can delete it or leave it blank. Other fields must be filled.

correct_ans value should be either a,b,c,d or the value of option itself. For example the correct answer is option 1 then the correct_ans value will be "a" or the value of option1.

If you fail to provide the required json format. You will see errors during publishing the questions.

Your SuperPowers

  • You can add multiple questions at a time.
  • You don't need to type the question, you can paste the json from any of your sources or you can write it. It's your choice.
  • You will get 5 points for adding 1 question.

Don'ts

  • Please don't add any duplicate question.
  • Duplicate questions are checked during adding of questions.
  • Don't add any rubbish question.
  • Select the correct category from the categories.

Note: If you see that any category is not listed in the categories, Contact Us for adding the category.