{% extends "course/course-base.html" %} {% block title %} Analytics - RELATE {% endblock %} {% block content %}
{% if restrict_to_first_attempt %} Showing results for only the first attempt by each participant. Show all attempts {% else %} Showing results for all attempts by each participant. Show only the first attempt {% endif %}
{{ grade_histogram.total_weight }} grade{{ grade_histogram.total_weight|pluralize }} {% if participant_count != None %} (from {{ participant_count }} distinct participants) {% endif %}
{{ grade_histogram.html|safe }}