.
This commit is contained in:
@@ -54,7 +54,7 @@ a, a:link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.answer-list .not-marked {
|
.answer-list .not-marked {
|
||||||
color: lightblue;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.key {
|
.key {
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<br />
|
<br />
|
||||||
{{ question.question_type }}: {{ question.GetPrimaryAnswer }}
|
{{ question.question_type }}: {{ question.GetPrimaryAnswer }}
|
||||||
<br />
|
<br />
|
||||||
Modality: {{ question.modality }}, <a href="{% url 'anatomy:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">View</a>
|
Modality: {{ question.modality }}, <a href="{% url 'anatomy:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ol>
|
</ol>
|
||||||
|
|||||||
Reference in New Issue
Block a user