.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user