{% load num_filters %} Document
{% csrf_token %}
{% if context.attempt_type == "resume" %} {% endif %}

Exam Name : {{ context.exam_name }} {% if context.typeId == 'Subject' %} - {{ context.subject_exam_name }} {% endif %}

General Instructions

{% autoescape off %} {{ context.inst_output.instruction }} {% endautoescape %}

Test Specific Instructions

  1. All questions are multiple choice questions.
  2. {% if context.typeId == 'Mock' %}
  3. There is only {{ context.question_weight }} marks for each correct answer.
  4. {% if context.negative_marking != 'No' %} {% with total_marks=context.negative_marking_fixed|multiply:context.question_weight %} {% with total_negative_marks=total_marks|division:100 %}
  5. There is -{{ total_negative_marks }} negative marking for each wrong answered question in this Test.
  6. {% endwith %} {% endwith %} {% endif %} {% endif %} {% if context.typeId == 'Subject' %}
  7. There is only {{ context.question_weight }} marks for each correct answer.
  8. {% if context.negative_marking != 'No' %} {% with total_marks=context.negative_marking_fixed|multiply:context.question_weight %} {% with total_negative_marks=total_marks|division:100 %}
  9. There is -{{ total_negative_marks }} negative marking for each wrong answered question in this Test.
  10. {% endwith %} {% endwith %} {% endif %} {% endif %}
  11. Your answers will be submitted automatically when the time for the test is over.
{% if context.time_bound == "SubjectWise" %}

This is a sectional test. You can submit it only after completing required time for specific section.

{% endif %}

Test Structure

    {% if context.typeId == 'Mock' %} {% for choice, subjects in context.child_sub_arr.items %} {% if choice == "N" or choice == "F" %} {% for child in subjects %} {% comment %} {{ choice }} {% endcomment %} {% endfor %} {% endif %} {% endfor %}
    {{ child.sub_name }}{{ child.sub_no_of_questions }}
    {% endif %} {% comment %}
    Note: Total allocated time for this test is {{ context.time_left }}.
    {% endcomment %}

    Total allocated time for this test is {{ context.time_left }}.

{% if context.typeId == 'Mock' %}
    {% for choices, subject in context.child_sub_arr.items %} {% if choices == "C" %} {% endif %} {% if choices != "N" and choices != "F" %}
    Note: {% if context.exam_choice_ids %} Your option selction here: {% else %}You have to choose one option from given group {% endif %}
    {% for childs in subject %} {% endfor %}
    {{ childs.sub_name }}
    {{ childs.sub_no_of_questions }}
    {% endif %} {% endfor %}
{% endif %}
{% if context.attempt_type == "new" %}

Select Your Language

{% comment %}

Select Language

{% endcomment %}

{% endif %}