rewrite compare

This commit is contained in:
Ross
2021-01-12 17:23:19 +00:00
parent 065475b716
commit d1be8fd875
4 changed files with 61 additions and 41 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
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><button><a href="{% url 'anatomy:exam_take' pk=exam.pk sk=0 %}">Click here to start</a></button></p>-->
This exam will be available to take <a href="{% url 'physics:exam_take' pk=exam.pk %}">here</a>.
This exam will be available to take <a href="{% url 'physics:exam_take' pk=exam.pk %}">here</a> (when active).
{% autoescape off %}
<ol id="full-question-list">
@@ -7,6 +7,7 @@
</div>
<div id="stats-block">
<h2>Stats</h2>
Candidates: {{cids|length}}<br />
Max score: {{max_score}}<br />
Mean: {{mean}}, Median {{median}}, Mode {{mode}}