<inputtype="button"name="list-profiles"value="List enrolled students with profile information"data-endpoint="${ section_data['get_students_features_url'] }">
<p> If auto enroll is <spanclass="emph">checked</span>, students who have not yet registered for edX will be automatically enrolled.
If auto enroll is left <spanclass="emph">unchecked</span>, students who have not yet registered for edX will not be enrolled,
but will be allowed to enroll.
<p> ${_("If auto enroll is")} <spanclass="emph">${_("checked")}</span>${_(", students who have not yet registered for edX will be automatically enrolled.")}
${_("If auto enroll is left")} <spanclass="emph">${_("unchecked")}</span>, ${_("students who have not yet registered for edX will not be enrolled, but will be allowed to enroll.")}
</p>
</div>
<divclass="request-response"></div>
...
...
@@ -46,92 +46,92 @@
</div>
<divclass="vert-right member-lists-management">
<h2>Administration List Management</h2>
<h2>${_("Administration List Management")}</h2>
<selectid="member-lists-selector">
<option>Getting available lists...</option>
<option>${_("Getting available lists...")}</option>
</select>
<divclass="request-response-error"></div>
%if not section_data['access']['instructor']:
<p>
Staff cannot modify staff or beta tester lists. To modify these lists,
contact your instructor and ask them to add you as an instructor for staff
and beta lists, or a forum admin for forum management.
${_("Staff cannot modify staff or beta tester lists. To modify these lists, "
"contact your instructor and ask them to add you as an instructor for staff "
"and beta lists, or a forum admin for forum management.")}
</p>
%endif
%if section_data['access']['instructor']:
<divclass="auth-list-container"
data-rolename="staff"
data-display-name="Course Staff"
data-display-name="${_("CourseStaff")}"
data-info-text="
Course staff can help you manage limited aspects of your course. Staff
can enroll and unenroll students, as well as modify their grades and
see all course data. Course staff are not automatically given access
to Studio and will not be able to edit your course."
<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 <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"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'] }">