EL CLÁSICO

>_ SYSTEM_LIVE_FEED 3 events
Expand [+]

Importer JSON

Ajouter des questions en masse via un fichier JSON

Importer des questions via JSON

Colle un tableau JSON de questions, vérifie l'aperçu, puis lance l'import. Chaque question est ajoutée comme un document dans la collection quiz_questions.

Format attendu

[
  {
    "question": "En quelle année le FC Barcelone a-t-il été fondé ?",
    "options": ["1899", "1902", "1910", "1920"],
    "correctAnswerIndex": 0,
    "category": "Clubs",
    "difficulty": "facile",
    "points": 10,
    "explanation": "Le Barça a été fondé en 1899 par Joan Gamper."
  }
]

Champs requis : question, options (2 minimum), correctAnswerIndex (index dans options), category. Champs facultatifs : difficulty (défaut "facile"), points (défaut 10), explanation.