<inputtype="button"name="list-profiles"value="List enrolled students with profile information"data-endpoint="${ section_data['get_students_features_url'] }">
You may use just the "urlname" if a problem, or "modulename/urlname" if not.
(For example, if the location is <tt>i4x://university/course/problem/problemname</tt>,
then just provide the <tt>problemname</tt>.
If the location is <tt>i4x://university/course/notaproblem/someothername</tt>, then
provide <tt>notaproblem/someothername</tt>.)
${_('You may use just the "urlname" if a problem, or "modulename/urlname" if not. (For example, if the location is {location1}, then just provide the {urlname1}. If the location is {location2}, then provide {urlname2}.)').format(
<p> You may also delete the entire state of a student for the specified module: </p>
<inputtype="button"class="molly-guard"name="delete-state-single"value="Delete Student State for Module"data-endpoint="${ section_data['reset_student_attempts_url'] }">
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
<p>
Rescoring runs in the background, and status for active tasks will appear in a table below.
To see status for all tasks submitted for this course and student, click on this button:
${_("Rescoring runs in the background, and status for active tasks will appear in a table below. "
"To see status for all tasks submitted for this problem and student, click on this button:")}
</p>
<inputtype="button"name="task-history-single"value="Show Background Task History for Student"data-endpoint="${ section_data['list_instructor_tasks_url'] }">
You may use just the "urlname" if a problem, or "modulename/urlname" if not.
(For example, if the location is <tt>i4x://university/course/problem/problemname</tt>,
then just provide the <tt>problemname</tt>.
If the location is <tt>i4x://university/course/notaproblem/someothername</tt>, then
provide <tt>notaproblem/someothername</tt>.)
${_('You may use just the "urlname" if a problem, or "modulename/urlname" if not. (For example, if the location is {location1}, then just provide the {urlname1}. If the location is {location2}, then provide {urlname2}.)').format(
<inputtype="button"class="molly-guard"name="reset-attempts-all"value="Reset ALL students' attempts"data-endpoint="${ section_data['reset_student_attempts_url'] }">
<inputtype="button"class="molly-guard"name="rescore-problem-all"value="Rescore ALL students' problem submissions"data-endpoint="${ section_data['rescore_problem_url'] }">
<p>These actions run in the background, and status for active tasks will appear in a table below.
To see status for all tasks submitted for this problem, click on this button:
<p>
${_("These actions run in the background, and status for active tasks will appear in a table below. "
"To see status for all tasks submitted for this problem, click on this button")}:
</p>
<inputtype="button"name="task-history-all"value="Show Background Task History for Problem"data-endpoint="${ section_data['list_instructor_tasks_url'] }">