Quiz Maker

Upload questions, set a timer, and test yourself

Upload Questions

View file format templates

JSON format:

[
  {
    "question": "What is 2+2?",
    "options": ["3", "4", "5", "6"],
    "correctAnswer": 1
  }
]

CSV/TXT format (pipe-separated):

What is 2+2?|3|4|5|6|1
What is the capital of France?|London|Paris|Berlin|Madrid|1

Format: question|option1|option2|...|correctIndex (0-based)