My Categories
You haven't created any valid categories yet.
Create New Category with AI
Generate Quiz with AI
Enter a topic and customize your quiz settings.
Quiz Topic:*
Number of Questions:
Enter between 1-50 questions (default: 10)
Quiz Language:
English
Spanish
French
German
Italian
Portuguese
Language for questions and answers
Generate Quiz JSON
🤖 Generating your quiz, please wait...
Review, Edit, and Save Quiz
The JSON generated by the AI will appear in the text box below. You can make any changes you like before clicking "Save Category" to save it permanently.
Create New Category from JSON Prompt
How to Use This Method
Copy the prompt below and use it with any AI chatbot (ChatGPT, Claude, etc.) to generate a quiz in JSON format. Then paste the result in the text area below.
AI Prompt Template:
Create a 10-question quiz in JSON format about [TOPIC]. Follow this structure:
- Title: '[Quiz Title]'
- Include 10 questions mixing:
• Fill-in-the-blank (use ____) with 3-4 options
• True/false statements with ['Correct', 'Incorrect']
- For blanks: include plausible wrong options
- For true/false: make statements unambiguous
- Progress from easy to medium difficulty
- All answers must be factually correct
- Distribute correct answers in different positions.
Example format:
{
"title": "Verb TO BE Quiz",
"questions": [
{
"question": "____ you from Mexico? Yes, I'm",
"options": ["Am", "Is", "Are"],
"answer": "Are"
},
{
"question": "Where are you from? I am from Peru",
"options": ["Correct", "Incorrect"],
"answer": "Correct"
},
{
"question": "He ____ always late for class",
"options": ["am", "is", "are"],
"answer": "is"
}
]
}
Example topics:
- Math formulas
- Historical dates
- Scientific concepts
- Language grammar
- Or paste the text you want the quiz from
IMPORTANT: Return ONLY valid JSON, no additional text or explanations.
Copy Prompt to Clipboard
Paste JSON from AI:
Save Category