This commit is contained in:
Ross
2021-08-04 19:47:43 +01:00
parent da43ab9863
commit e4a09a1163
3 changed files with 16 additions and 1 deletions
+2
View File
@@ -62,6 +62,8 @@
</div>
<a href="{% url 'longs:exam_json' pk=exam.pk %}">JSON</a>
<a href="{% url 'longs:exam_json_recreate' pk=exam.pk %}">Refresh JSON cache</a>
<a href="{% url 'longs:refresh_exam_question_json' pk=exam.pk %}">Refresh Question JSON cache</a>
<button id='button-open-access'>Make questions open access</button>
<button id='button-closed-access'>Make questions closed access</button>