{% extends "courses/performance_grouped_content.html" %} {% load i18n %} {% block view-name %}view-course-performance-ungraded view-dashboard{% endblock view-name %} {% block content_nav %} {% trans "How are learners doing on ungraded exercises?" as heading_note %} {% include "courses/_ungraded_content_nav.html" with active="first_level" first_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 section. Only the last submission from each learner is counted." %} {% endblock %} {% block table_title %} {% trans "Section Submissions" %} {% endblock %}