Question Review System

Manage and review examination questions

Bulk JSON Uploader

Supported JSON Formats:

Both formats are supported. Use either Key or Question_id for the question identifier.
Supported JSON Format:
[
  {
    "Question_id": "441009899854",
    "Question_en": "<p>Question in English?</p>",
    "Question_hn": "<p>प्रश्न हिंदी में?</p>",
    "options_en": ["Option A", "Option B", "Option C", "Option D"],
    "option_hn": ["विकल्प ए", "विकल्प बी", "विकल्प सी", "विकल्प डी"],
    "correct_answer_number": "3",
    "solution_en": "<p>Solution in English</p>",
    "solution_hn": "<p>समाधान हिंदी में</p>",
    "exam_date": "27/11/2025",
    "exam_time": "9:00 AM - 10:30 AM"
  }
]

Note:
- Question_id is optional. If not provided, it will be auto-generated.
- Alternative field names are supported:
  - question_en / question_hn (lowercase)
  - options_hn (plural)
  - correct_option_number
  - exam_date / exam_time (lowercase)