<inputtype="button"name="list-profiles"value="List enrolled students with profile information"data-endpoint="${ section_data['enrolled_students_profiles_url'] }">
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:
</p>
<inputtype="button"name="task-history-single"value="Show Background Task History for Student"data-endpoint="${ section_data['list_instructor_tasks_url'] }">
<divclass="task-history-single-table"></div>
<hr>
<H2>Course-specific grade adjustment</h2>
<p>
Specify a particular problem in the course here by its 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>.)
</p>
<p>
Then select an action:
<inputtype="button"name="reset-attempts-all"value="Reset ALL students' attempts"data-endpoint="${ section_data['reset_student_attempts_url'] }">
<inputtype="button"name="rescore-problem-all"value="Rescore ALL students' problem submissions"data-endpoint="${ section_data['rescore_problem_url'] }">
</p>
<p>
<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'] }">