.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
This exam will be available to take <a href="{% url 'sbas:exam_start' pk=exam.pk %}">here</a> (when active).
|
This exam will be available to take <a href="{% url 'sbas:exam_start' pk=exam.pk %}">here</a> (when active).
|
||||||
|
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<ol id="full-question-list">
|
<ol id="full-question-list-sba">
|
||||||
{% for question in questions.all %}
|
{% for question in questions.all %}
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
Created: {{ question.created_date|date:"d/m/Y"}}
|
Created: {{ question.created_date|date:"d/m/Y"}}
|
||||||
</div>
|
</div>
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
<b>{{question.stem}}</b>
|
<span>{{question.stem}}</span>
|
||||||
<div>
|
<div>
|
||||||
<ol class="abcde">
|
<ol class="abcde">
|
||||||
<li>{{ question.a_answer }}</li>
|
<li>{{ question.a_answer }}</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user