{% extends 'atlas/exams.html' %} {% load partials %} {% partialdef casedetails-management-links %} ( {% if casedetail.default_viewerstate %} {% endif %} ) () {% if collection.collection_type == "QUE" %} ( {% if casedetail.question_schema %} {% else %} {% endif %} ) {% endif %} {% if casedetail.case.previous_case %} ( ) {% endif %} {% endpartialdef %} {% block content %}

{{collection.name}}

{% include 'exam_notes.html' %}
Exam mode: {{collection.exam_mode}} (open access: {{collection.exam_open_access}})
{% include "generic/partials/exams/exam_status.html#publish-results" %} {% include "generic/partials/exams/exam_status.html#exam-active" %} Collection Type: {{collection.get_collection_type_display}}
Self review: {{collection.self_review}}
Open access: {{collection.open_access}}
{% if collection.prerequisites.exists %} Prerequisite collections:

{% endif %}
{% if collection.collection_type == "VIV" %}

{% else %}

This collection will be available to view/take here{% if not collection.active %} (when active){% endif %}

Review collection here {% endif %}

Cases

    {% for casedetail in casesdetails %}
  1. Case {{forloop.counter}} : {% if casedetail.case.series.count == 0 %}    {% endif %} {{casedetail.case.title}} {% partial casedetails-management-links %}
  2. {% endfor %}
{% if can_edit %}

Answer management

Manage answers for this collection.

Please note these are permanant and cannot be undone.
{% endif %} {% include 'exam_overview_js.html' %} {% endblock %}