{% extends 'base.html' %} {% block title %}Printable Paper - AutoExamGen{% endblock %} {% block head %} {% endblock %} {% block content %}
Date: {{ exam_date }} Time: {{ display_duration }} minutes Total Marks: {{ total_marks }}
INSTRUCTIONS:
Choose the best answer for each question. Circle the letter of your choice.
{% for question in question_paper.mcq_questions %}Answer ALL questions in this section. For each question, answer either Question A or Question B.
{% else %}Answer ALL questions in this section.
{% endif %} {% for item in question_paper.short_questions %} {% if config.short_or and (item.a or item.b) %}Attempt any {{ config.long_attempt }} out of {{ config.long_questions }} questions.
{% else %}Answer ALL questions in this section.
{% endif %} {% for question in question_paper.long_questions %}