Admin Edit
Exam: {{ exam.name }}
This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
Exam mode: {{ exam.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]
{% for question in questions.all %}
-
Description: {{ question.description}}
History: {{ question.history}}
{% for series in question.series.all %}
Series {{forloop.counter0 }}:
{{series.get_block}}
{% endfor %}
Author(s): {{question.get_authors}}
{% endfor %}
JSON
Refresh JSON cache
{% endblock %}