{% load i18n %}

{% trans "Student Answers Dashboard" %}

{% trans "You can export all student answers to multiple-choice questions and long-form answers to a CSV file here." %}

{% trans "Select which types of problem to include (selecting none will grab all types)" %}
{% trans "Input the ID of a chapter, section, or unit if you wish to only get results under it. Otherwise, it will grab all results for the course." %}
{% trans "Input the username of a student if you wish to query for a specific one. Otherwise, it will grab all results for all students." %}
{% trans "Input text that all answers must match (case will be ignored). Otherwise, answers will not be filtered by content." %}

{% trans "Results" %}

{% trans "Section" %} {% trans "Subsection" %} {% trans "Unit" %} {% trans "Type" %} {% trans "Question" %} {% trans "Answer" %} {% trans "Username" %}