This commit is contained in:
Ross
2021-02-16 12:45:19 +00:00
parent 1e8697e6bb
commit a0b9e92aba
4 changed files with 47 additions and 60 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<ul id="question-mark-list">
{% for question in questions.all %}
<li data-markcount={{question.GetUnmarkedAnswerCount}}><a href="{% url 'longs:mark' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter }}:
{{ question }}</a><br /> {{ question.GetUnmarkedAnswersString }}</li>
{{ question }}</a><br /> Answers to mark: {{question.GetUnmarkedAnswerCount}}</li>
{% endfor %}
</ul>
</div>