Professional Quiz Generator

Quiz Setup

Option 1: Load from File

OR

Option 2: Paste JSON Data

Instructions & AI Prompt Helper

JSON Format Guide

Your JSON must be an array of objects. Each object represents one question and must have these four keys:

[
  {
    "question": "What is the capital of Japan?",
    "options": ["Beijing", "Seoul", "Tokyo", "Bangkok"],
    "answer": "Tokyo",
    "explanation": "Tokyo has been the capital of Japan since 1868."
  },
  ...
]

🤖 AI Prompt Generator

Use the fields below to customize your prompt, then copy it into your favorite AI to generate quiz data in the correct format.