You haven't created any valid categories yet.
PROMPT FOR CREATING CUSTOM QUIZZES: COPY AND EDIT TO YOUR LIKING "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. { "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 - Or paste the text you want the quiz from