This commit is contained in:
Ross
2021-09-08 10:52:22 +01:00
parent 38bb9bf9a0
commit 8ac75f4ce7
2 changed files with 11 additions and 6 deletions
@@ -7,11 +7,16 @@ CID: {{ciduseranswer.cid}}
{{ciduseranswer.question}}
<h3>Answers</h3>
{{ciduseranswer.answer_observations}}<br />
{{ciduseranswer.answer_interpretation}}<br />
{{ciduseranswer.answer_principle_diagnosis}}<br />
{{ciduseranswer.answer_differential_diagnosis}}<br />
{{ciduseranswer.answer_management}}<br />
<h4>Observation</h4>
<pre>{{ciduseranswer.answer_observations}}</pre><br />
<h4>Interpretation</h4>
<pre>{{ciduseranswer.answer_interpretation}}</pre><br />
<h4>Principle Diagnosis</h4>
<pre>{{ciduseranswer.answer_principle_diagnosis}}</pre><br />
<h4>Differential Diagnosis</h4>
<pre>{{ciduseranswer.answer_differential_diagnosis}}</pre><br />
<h4>Managment</h4>
<pre>{{ciduseranswer.answer_management}}</pre><br />
+1 -1
View File
@@ -51,7 +51,7 @@
</thead>
{% for question in questions %}
<tr>
<td>Question {{forloop.counter}}</td>
<td><a href="{% url 'longs:mark' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a></td>
{% for ans, score in by_question|get_item:question %}
<td class="user-answer-score-{{score}}" title="answer score: {{score}}">{{score}}</td>
{% endfor %}