{% extends "courses/performance_grouped_content.html" %} {% load i18n %} {% load rjs %} {% block performance_javascript %} {% endblock performance_javascript %} {% block content_nav %} {% trans "How are students doing on this subsection?" as heading_note %} {% include "courses/_ungraded_content_nav.html" with active="third_level" selected_first_level=section first_levels=sections selected_second_level=subsection second_levels=subsections third_levels=js_data.course.primaryContent heading_note=heading_note %} {% endblock %} {% block chart_tip_text %} {% trans "These bars show the correct and incorrect submission counts for each problem. Only the last submission from each student is counted." %} {% endblock %} {% block table_title %} {% trans "Problem Submissions" %} {% endblock %}