{% extends 'base.html' %} {% block title %}Step 2: Configure Questions - AutoExamGen{% endblock %} {% block head %} {% endblock %} {% block content %}
1
2
3

Step 2: Configure Your Question Paper

Choose the types and number of questions for your exam paper

Syllabus loaded: {{ word_count }} words
{% if error %} {% endif %}
Multiple Choice Questions

Questions with multiple options to choose from

mark
MCQ questions are typically 1 mark each
0 marks total
Short Answer Questions

Brief, focused questions requiring concise answers

marks
0 marks total
Long Answer Questions

Detailed questions requiring comprehensive answers

marks
questions
If set, students will be instructed to attempt only this many long questions.
0 marks total

Question Paper Summary

0
Total Questions
0
Total Marks
0
Estimated Time (min)
Easy
Difficulty Level
Configuration Tips
MCQ Questions
Great for testing factual knowledge and quick assessment. Usually 1 mark each.
Short Questions
Best for definitions, concepts, and quick explanations. Usually 2-5 marks.
Long Questions
Perfect for detailed explanations, analysis, and comprehensive answers. Usually 8-15 marks.
{% endblock %} {% block scripts %} {% endblock %}