This commit is contained in:
Ross
2021-08-21 09:47:18 +01:00
parent 506e5111ce
commit 97f67ba811
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
This exam will be available to take <a href="{% url 'sbas:exam_start' pk=exam.pk %}">here</a> (when active).
{% autoescape off %}
<ol id="full-question-list">
<ol id="full-question-list-sba">
{% for question in questions.all %}
<li>
+1 -1
View File
@@ -8,7 +8,7 @@
Created: {{ question.created_date|date:"d/m/Y"}}
</div>
{% autoescape off %}
<b>{{question.stem}}</b>
<span>{{question.stem}}</span>
<div>
<ol class="abcde">
<li>{{ question.a_answer }}</li>