This commit is contained in:
Ross
2021-09-08 16:53:52 +01:00
parent 3b80aff2ac
commit 51315a6ecf
5 changed files with 14 additions and 4 deletions
+5
View File
@@ -699,4 +699,9 @@ input {
.sba-answer-list .correct {
background-color: green;
color: white;
}
.id {
opacity: 50%;
font-size: small;
}
+2 -2
View File
@@ -33,8 +33,8 @@
<br />
{{ question.question_type }}: {{ question.get_primary_answer }}
<br />
Modality: {{ question.modality }}, <a href="{% url 'anatomy:question_detail' pk=question.pk %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
[id: {{question.pk}}]
Modality: {{ question.modality }}, <a href="{% url 'anatomy:question_detail' pk=question.pk %}">View</a>, <a href="{% url 'anatomy:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
<span class="id">[id: {{question.pk}}]</span>
</li>
{% endfor %}
</ol>
+1 -1
View File
@@ -43,7 +43,7 @@
<a href="{% url 'longs:exam_question_detail' exam.id forloop.counter0 %}"
title="View the question">View</a> / <a href="{% url 'longs:long_update' question.id %}"
title="Edit the question">Edit</a>
[id: {{question.pk}}]
<span class="id">[id: {{question.pk}}]</span>
</div>
</span>
<span class="flex-col-3">
+1 -1
View File
@@ -55,7 +55,7 @@
Examination: {{ question.get_examinations }}, <a
href="{% url 'rapids:question_detail' pk=question.pk %}">View</a>, <a
href="{% url 'rapids:mark' pk=exam.pk sk=forloop.counter0 %}">Mark</a>
[id: {{question.pk}}]
<span class="id">[id: {{question.pk}}]</span>
</span>
</li>
{% endfor %}
+5
View File
@@ -699,4 +699,9 @@ input {
.sba-answer-list .correct {
background-color: green;
color: white;
}
.id {
opacity: 50%;
font-size: small;
}