This commit is contained in:
Ross
2024-01-10 23:14:59 +00:00
parent 298cfe391c
commit 123464758d
3 changed files with 23 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,9 @@
<h2>Marking question {{question_details.current}} of {{question_details.total}}</h2>
<a href="{% url 'anatomy:question_detail' question.id %}" title="View the Question">View</a> <a href="{% url 'anatomy:anatomy_question_update' question.id %}" title="Edit the Question">Edit</a> <a href="{% url 'admin:anatomy_anatomyquestion_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>
<h3>{{ question.question_type }}</h3>
Primary answer: <span id="primary-answer" title="The primary answer of the question">{{question.get_primary_answer}}</span>
Primary answer: <span id="primary-answer" title="The primary answer of the question">{{question.get_primary_answer}}</span><br/>
Marking help: {{question.answer_help}}
<div class="marking">
<form method="POST" class="post-form">{% csrf_token %}