.
This commit is contained in:
@@ -400,6 +400,11 @@ td.user-answer-score-1.rapid-ans::after {
|
||||
content: "✓✓";
|
||||
}
|
||||
|
||||
.score-row {
|
||||
font-weight: bolder;
|
||||
background-color: darkslateblue;
|
||||
}
|
||||
|
||||
.user-answer-score pre {
|
||||
display: inline;
|
||||
color: inherit;
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
</thead>
|
||||
{% for question in questions %}
|
||||
<tr>
|
||||
<td>Question {{forloop.counter}}</td>
|
||||
<td><a href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Question {{forloop.counter}}</a></td>
|
||||
{% for ans, score in by_question|get_item:question %}
|
||||
<td class="rapid-ans user-answer-score-{{score}}" title="answer score: {{score}}">{{ans}}</td>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user