{% extends 'anatomy/exams.html' %} {% block content %} {% load thumbnail %}
Edit Delete Admin Edit

Exam: {{ exam.name }}

This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds. Exam mode: {{ exam.exam_mode }} {% if exam.mode %}
Exam active: [When checked the exam will be available to take in the test system]
Publish results: [When checked the exam results will be available on this site]
{% endif %}

    {% for question in questions.all %}
  1. thumbail {{ question.description }}
    {{ question.question_type }}: {{ question.GetPrimaryAnswer }}
    Modality: {{ question.modality }}, View, Mark
  2. {% endfor %}
Author: {% for author in exam.author.all %} {{ author }}, {% endfor %}

JSON Refresh JSON cache
{% endblock %}