🚀 BULK IMPORT CASES 🚀

Import Your Legal Cases

Add multiple cases to your trivia game at once

📋 How to use Bulk Import

  • • Paste your JSON data in the textarea below
  • • Data must be an array of case objects
  • • Each case must have all required fields
  • • The "correct" field should be 0, 1, 2, or 3 (for options A, B, C, D)
  • • Invalid cases will be skipped and reported

📋 Required Fields for Each Case:

• caseName (string)
• scenario (string)
• question (string)
• options (array of 4 strings)
• correct (number: 0-3)
• explanation (string)
• subjectArea (string)
• difficulty (string: "easy", "medium", "hard")
• yearDecided (number, optional)

🎯 Step by Step Guide

  1. 1Copy your JSON data and paste it in the textarea above
  2. 2Or click "Load Example Data" to see the format
  3. 3Click the big green "IMPORT CASES NOW" button
  4. 4Wait for the success message - your cases are now imported!

💡 Need help formatting your data?

Visit the /convert-csv page to convert CSV data to JSON format!