This commit is contained in:
Ross
2021-01-25 15:42:14 +00:00
parent 8ce450ce65
commit 933800e9c4
2 changed files with 0 additions and 2 deletions
@@ -15,7 +15,6 @@
Publish results: <input type="checkbox" id="exam-publish-results-switch" {% if exam.publish_results %}checked{% endif %}> <span class="help-text">[When checked the exam results will be available on this site]</span>
</div>
<p><a href="{% url 'rapids:mark_overview' pk=exam.pk %}"><button>Mark exam</button></a></p>
<!--<p><button><a href="{% url 'rapids:exam_take' pk=exam.pk sk=0 %}">Click here to start</a></button></p>-->
<ol id="full-question-list">
{% for question in questions.all %}