diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 3de70187..7015837d 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -533,10 +533,10 @@ td.user-answer-score-2::after { color: lightgray; } - .exam-list li { + .exam-list li, .full-question-list li { display: flex; } - .exam-list li .flex-col { + .exam-list li .flex-col, .full-question-list li { flex: 1; } \ No newline at end of file diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index 4e62ca67..51c71411 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -19,11 +19,11 @@ class="help-text">[When true the packet will be taken as an exam (it will not self mark and results will be saved here)] - {% if exam.exam_mode %}
Exam active: [When checked the exam will be available to take in the test system]
+ {% if exam.exam_mode %}
Publish results: [When checked the exam results will @@ -36,11 +36,14 @@ {% for question in questions.all %}
  • + {% for image in question.get_images %} thumbail {% endfor %} + + {% if not question.normal %} Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }}
    @@ -52,6 +55,7 @@ Examination: {{ question.get_examinations }}, View, Mark +
  • {% endfor %} diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 3de70187..7015837d 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -533,10 +533,10 @@ td.user-answer-score-2::after { color: lightgray; } - .exam-list li { + .exam-list li, .full-question-list li { display: flex; } - .exam-list li .flex-col { + .exam-list li .flex-col, .full-question-list li { flex: 1; } \ No newline at end of file