×

Add Question Set >>Sample<<

  1. Copy and Paste JSON
  2. Upload JSON

Manage Question Sets

×
  [
    {
      "question": "What is the capital of France?",
      "options": {
        "a": "Paris",
        "b": "London",
        "c": "Berlin",
        "d": "Madrid"
      },
      "answer": "a"
    },
    {
      "question": "Which planet is known as the Red Planet?",
      "options": {
        "a": "Earth",
        "b": "Mars",
        "c": "Jupiter",
        "d": "Saturn"
      },
      "answer": "b"
    }
  ]