Upload New Category



Available Categories

Animals Colors Shopping

Example JSON for Color Questions (Copy and Paste):

[
    {
        "question": "¿Cómo se dice 'rojo' en inglés?",
        "options": ["Blue", "Red", "Green", "Yellow"],
        "answer": 1
    },
    {
        "question": "¿Cómo se dice 'celeste' en inglés?",
        "options": ["Sky Blue", "Baby Blue", "Light Blue", "All of the above"],
        "answer": 3
    }
]