❓ Manage Questions
Building the Question Bank (Deep Dive)
The Manage Questions interface handles the syllabus and difficulty of the exam.
Question Authoring:
- 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:
- Download the standard CSV template.
- Populate the spreadsheet with Question, Option A, Option B, Option C, Option D, Correct Answer, and Marks.
- Upload the file. The wizard performs a dry run to validate the dataset for missing fields or logical errors before committing to the database.