{% extends "courses/performance_grouped_content.html" %} {% load i18n %} {% block content_nav %} {% trans "How are students doing on this section?" as heading_note %} {% include "courses/_ungraded_content_nav.html" with active="second_level" selected_first_level=section first_levels=sections second_levels=js_data.course.primaryContent heading_note=heading_note %} {% endblock %} {% block chart_tip_text %} {% trans "Each bar shows the average number of correct and incorrect submissions for each subsection. Only the last submission from each student is counted." %} {% endblock %} {% block table_title %} {% trans "Subsection Submissions" %} {% endblock %}