diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 3d8f7213..d97c6561 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -11,12 +11,12 @@

Exam: {{ exam.name }}

This exam has {{question_number}} questions. Time limit: {{exam.time_limit}} seconds.
- Normal count: {{ exam.get_normal_abnormal_breakdown }}[Number of normal questions within the exam] + Normal count: {{ exam.get_normal_abnormal_breakdown }}[Number of normal questions within + the exam]
- Exam mode: {{ exam.exam_mode }}[When true the packet will be taken as an exam (it will not self mark and results will be saved here)] + Exam mode: {{ exam.exam_mode }}[When true the packet will be taken as an exam (it will + not self mark and results will be saved here)]
@@ -37,24 +37,24 @@
  • - - {% for image in question.get_images %} - thumbail - {% endfor %} - + + {% for image in question.get_images %} + thumbail + {% endfor %} + - {% if not question.normal %} - Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }} -
    - {{ question.get_primary_answer }} - {% else %} - Normal - {% endif %} -
    - Examination: {{ question.get_examinations }}, View, Mark + {% if not question.normal %} + Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }} +
    + {{ question.get_primary_answer }} + {% else %} + Normal + {% endif %} +
    + Examination: {{ question.get_examinations }}, View, Mark [id: {{question.pk}}]
  • @@ -65,7 +65,7 @@ {{ author }}, {% endfor %}
    -

    +

    JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}), JSON creation id: {{exam.exam_json_id}} @@ -189,10 +189,14 @@ sortable('.sortable'); $("#full-question-list li").each((n, el) => { - $(el).append($("[DELETE]").click(() => {el.remove();})); - }) + $(el).append($( + "" + ).click(() => { + el.remove(); + })); + }) - $("#full-question-list").append($("").click(() => { + $("#full-question-list").append($("").click(() => { new_order = []; $("#full-question-list li").each((n, el) => { new_order.push(el.dataset.question_pk)