{% extends 'base.html' %} {% block content %}

{{exam}}: Stats

{% if exam.stats_candidates < 4 %} Not enough data points... {% else %} {% include "exam_stats_block.html" %}

Note: scores < 10% of the total score are excluded from these statistics {% endif %} {% endblock %}