Generator

Quiz Form Generator

Build a quiz with multiple-choice questions, marked correct answers, and exportable JSON for use in your app.

Questions

Quiz JSON
[
  {
    "question": "Capital of France?",
    "options": [
      "London",
      "Paris",
      "Berlin"
    ],
    "answer": 1
  },
  {
    "question": "2 + 2 = ?",
    "options": [
      "3",
      "4",
      "5"
    ],
    "answer": 1
  }
]