This commit is contained in:
Ross
2021-08-19 10:29:58 +01:00
parent 73b639b27d
commit b7038906d3
+2 -2
View File
@@ -1,6 +1,7 @@
{% extends 'rapids/exams.html' %}
{% block content %}
<div id="stats-plot">{{plot|safe}}</div>
<div class="rapids">
<h2>{{ exam.name }}</h2>
@@ -19,7 +20,6 @@
Max score: {{max_score}}<br/>
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
<div id="stats-plot">{{plot|safe}}</div>
</div>
<div>
<table class="table table-dark table-striped table-hover table-sm">
@@ -37,7 +37,7 @@
</div>
<div>
<h3>Answers as a table</h3>
<table class="table table-dark table-striped table-hover table-sm">
<table class="table table-dark table-striped table-hover table-sm col-sm">
<thead class="thead-dark">
<tr>
<th>Candidate</th>