This commit is contained in:
Ross
2020-12-28 23:45:19 +00:00
parent e5af6c237f
commit ca5d393408
4 changed files with 40 additions and 19 deletions
+9 -2
View File
@@ -14,10 +14,11 @@
</div>
<div id="stats-block">
<h2>Stats</h2>
<h3>Stats</h3>
Max score: {{max_score}}<br/>
Mean: {{mean}}, Median {{median}}, Mode {{mode}}
<div id="stats-plot"><h3>Distribution of results</h3>{{plot|safe}}</div>
<div id="stats-plot">{{plot|safe}}</div>
</div>
<div>
<table>
@@ -51,6 +52,12 @@
{% endfor %}
</tr>
{% endfor %}
<tr>
<td>Score:</td>
{% for score in user_scores %}
<td>{{score}}</td>
{% endfor %}
<tr>
</table>
</div>