.
This commit is contained in:
@@ -22,20 +22,20 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
<span><a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add new series</a><br/>
|
<span><a href="{% url 'longs:long_series_id_create' pk=question.pk %}">Add new series</a><br/>
|
||||||
</div>
|
</div>
|
||||||
<p class="pre-whitespace"><b>Feedback:</b> {{ question.feedback }}</p>
|
<p class="pre-whitespace"><b>Feedback:</b> <pre>{{ question.feedback }}</pre></p>
|
||||||
<p><b>Author(s):</b> {% for author in question.author.all %} <a
|
<p><b>Author(s):</b> {% for author in question.author.all %} <a
|
||||||
href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
|
href="{% url 'longs:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
|
||||||
<p><b>Checked by:</b> {% for verified in question.verified.all %} <a
|
<p><b>Checked by:</b> {% for verified in question.verified.all %} <a
|
||||||
href="{% url 'longs:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>
|
href="{% url 'longs:verified_detail' pk=verified.pk %}">{{verified}}</a>, {% endfor %}</p>
|
||||||
<p><b>Scrapped:</b> {{ question.scrapped }} <a href="{% url 'longs:long_scrap' pk=question.pk %}">(toggle)</a>
|
<p><b>Scrapped:</b> {{ question.scrapped }} <a href="{% url 'longs:long_scrap' pk=question.pk %}">(toggle)</a>
|
||||||
<h3>Model answers</h3>
|
<h3>Model answers</h3>
|
||||||
<p class="pre-whitespace"><b>Observations:</b> {{ question.model_observations }}</p>
|
<p class="pre-whitespace"><b>Observations:</b> <pre>{{ question.model_observations }}</pre></p>
|
||||||
<p class="pre-whitespace"><b>Interpretation:</b> {{ question.model_interpretation }}</p>
|
<p class="pre-whitespace"><b>Interpretation:</b> <pre>{{ question.model_interpretation }}</pre></p>
|
||||||
<p class="pre-whitespace"><b>Principle Diagnosis:</b> {{ question.model_principle_diagnosis }}</p>
|
<p class="pre-whitespace"><b>Principle Diagnosis:</b> <pre>{{ question.model_principle_diagnosis }}</pre></p>
|
||||||
<p class="pre-whitespace"><b>Differential Diagnosis:</b> {{ question.model_differential_diagnosis }}</p>
|
<p class="pre-whitespace"><b>Differential Diagnosis:</b> <pre>{{ question.model_differential_diagnosis }}</pre></p>
|
||||||
<p class="pre-whitespace"><b>Managment:</b> {{ question.model_management }}</p>
|
<p class="pre-whitespace"><b>Managment:</b> <pre>{{ question.model_management }}</pre></p>
|
||||||
|
|
||||||
<p class="pre-whitespace"><b>Mark Scheme:</b> {{ question.mark_scheme }}</p>
|
<p class="pre-whitespace"><b>Mark Scheme:</b> <pre>{{ question.mark_scheme }}</pre></p>
|
||||||
</p>
|
</p>
|
||||||
<p><b>Exam(s):</b> {{question.GetExams}}</p>
|
<p><b>Exam(s):</b> {{question.GetExams}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user