- Series {{forloop.counter }}:
- {{series.get_block}}
+ {% if exam.exam_mode %}
+
+ Exam active: [When checked the exam will be available to take in the test system]
- {% empty %}
- No series
+
+ Publish results:
+ [When checked the exam results will
+ be available on this site]
+
+ {% endif %}
+
+
+
+ {% for question in questions.all %}
+
+ -
+
+ Description: {{ question.description}}
+
+ History: {{ question.history}}
+
+
+ Author(s): {{question.get_authors}}
+
+
+
+
+ {% for series in question.series.all %}
+
+ Series {{forloop.counter }}:
+ {{series.get_block}}
+
+ {% empty %}
+ No series
+ {% endfor %}
+
+
{% endfor %}
-
-
- {% endfor %}
-
-
- Author: {% for author in exam.author.all %}
- {{ author }},
- {% endfor %}
-
-
- {% if can_edit %}
-
-
-
- JSON creation time: {{exam.json_creation_time}} ({{exam.json_creation_time|date:"c"}}),
- JSON creation id: {{exam.exam_json_id}}
- {% if exam.recreate_json %}[JSON out of date]{% endif %}
-
-
JSON
-
JSON (unbased)
-
Refresh JSON cache
-
Refresh Question JSON cache
+
+
+ Author: {% for author in exam.author.all %}
+ {{ author }},
+ {% endfor %}
+
-
-
- {% endif %}
+ {% if can_edit %}
-
-
-{% endblock %}
\ No newline at end of file
+
+{% endblock %}
diff --git a/rapids/templates/rapids/question_display_block.html b/rapids/templates/rapids/question_display_block.html
index 8fb7cf5e..b128b9fc 100755
--- a/rapids/templates/rapids/question_display_block.html
+++ b/rapids/templates/rapids/question_display_block.html
@@ -59,6 +59,7 @@
{% if view_feedback %}
{% include 'question_notes.html' %}
+ {% if not question.normal %}