❓ Manage Questions

Building the Question Bank (Deep Dive)

The Manage Questions interface handles the syllabus and difficulty of the exam.

Exam Questions Link

Question Authoring:

Add Question Form
  • Dynamic Architecture: The schema supports multiple variants: Multiple Choice (MCQ), True/False, and potentially subjective answers.
  • Data Entry: You input the Question Text, provide the 4 distinct Options, and critically, designate the Correct Answer via the checkbox.
  • Weightage: Assign specific Marks. Questions can hold varying weights (e.g., easy questions = 1 mark, hard = 3 marks), allowing for staggered difficulty levels within the same paper.

Bulk Import Workflow:

For exams with hundreds of questions, manual entry is inefficient. The system features a sophisticated CSV Import Wizard:

  1. Download the standard CSV template.
  2. Populate the spreadsheet with Question, Option A, Option B, Option C, Option D, Correct Answer, and Marks.
  3. Upload the file. The wizard performs a dry run to validate the dataset for missing fields or logical errors before committing to the database.