This commit is contained in:
Ross
2021-09-12 09:43:27 +01:00
parent d68399ace1
commit 9af47ff330
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@
</thead>
{% for question in questions %}
<tr>
<td><a href="{% url 'longs:mark_question_overview' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a></td>
<td><a href="{% url 'longs:mark_question_overview' exam_id=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 %}
+1 -1
View File
@@ -16,7 +16,7 @@
<div class="alert alert-info sticky-alert" role="alert">
<details open>
<summary><h3>This answer has discrepant scores</h3></summary>
Either edit your score before or set the overall score here.<br/>
You can set the overall score here.<br/>
<form method="POST" class="post-form">{% csrf_token %}
<input type="hidden" name="form_id" value="discrepancy_form">