Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 52 additions & 52 deletions lms/templates/courseware/instructor_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,22 +145,22 @@ <h2 class="navbar">[ <a href="#" onclick="goto('Grades');" class="${modeflag.get
</p>

<p>
<input type="submit" name="action" value="${_("Dump list of enrolled students")}">
<input type="submit" name="action" value="Dump list of enrolled students">
</p>

<p>
<input type="submit" name="action" value="${_("Dump Grades for all students in this course")}">
<input type="submit" name="action" value="${_("Download CSV of all student grades for this course")}">
<input type="submit" name="action" value="Dump Grades for all students in this course">
<input type="submit" name="action" value="Download CSV of all student grades for this course">
</p>

<p>
<input type="submit" name="action" value="${_("Dump all RAW grades for all students in this course")}">
<input type="submit" name="action" value="${_("Download CSV of all RAW grades")}">
<input type="submit" name="action" value="Dump all RAW grades for all students in this course">
<input type="submit" name="action" value="Download CSV of all RAW grades">
</p>

<p>
<input type="submit" name="action" value="${_("Download CSV of answer distributions")}">
<input type="submit" name="action" value="${_("Dump description of graded assignments configuration")}">
<input type="submit" name="action" value="Download CSV of answer distributions">
<input type="submit" name="action" value="Dump description of graded assignments configuration">
</p>
<hr width="40%" style="align:left">

Expand All @@ -177,21 +177,21 @@ <h3>${_("Export grades to remote gradebook")}</h3>
<li>${_("Gradebook name:")} <font color="green">${rg.get('name','None defined!')}</font>
<br/>
<br/>
<input type="submit" name="action" value="${_("List assignments available in remote gradebook")}">
<input type="submit" name="action" value="${_("List enrolled students matching remote gradebook")}">
<input type="submit" name="action" value="List assignments available in remote gradebook">
<input type="submit" name="action" value="List enrolled students matching remote gradebook">
<br/>
<br/>
</li>
<li><input type="submit" name="action" value="${_("List assignments available for this course")}">
<li><input type="submit" name="action" value="List assignments available for this course">
<br/>
<br/>
</li>
<li>${_("Assignment name:")} <input type="text" name="assignment_name" size=40 >
<br/>
<br/>
<input type="submit" name="action" value="${_("Display grades for assignment")}">
<input type="submit" name="action" value="${_("Export grades for assignment to remote gradebook")}">
<input type="submit" name="action" value="${_("Export CSV file of grades for assignment")}">
<input type="submit" name="action" value="Display grades for assignment">
<input type="submit" name="action" value="Export grades for assignment to remote gradebook">
<input type="submit" name="action" value="Export CSV file of grades for assignment">
</li>
</ul>
<hr width="40%" style="align:left">
Expand All @@ -213,14 +213,14 @@ <H2>${_("Course-specific grade adjustment")}</h2>
</p>
<p>
${_("Then select an action:")}
<input type="submit" name="action" value="${_("Reset ALL students' attempts")}">
<input type="submit" name="action" value="${_("Rescore ALL students' problem submissions")}">
<input type="submit" name="action" value="Reset ALL students' attempts">
<input type="submit" name="action" value="Rescore ALL students' problem submissions">
</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>
<p>
<input type="submit" name="action" value="${_("Show Background Task History")}">
<input type="submit" name="action" value="Show Background Task History">
</p>

<hr width="40%" style="align:left">
Expand All @@ -233,7 +233,7 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
</p>
<p>
${_("Click this, and a link to student's progress page will appear below:")}
<input type="submit" name="action" value="${_("Get link to student's progress page")}">
<input type="submit" name="action" value="Get link to student's progress page">
</p>
<p>
${_("Specify a particular problem in the course here by its url:")}
Expand All @@ -248,24 +248,24 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
</p>
<p>
${_("Then select an action:")}
<input type="submit" name="action" value="${_("Reset student's attempts")}">
<input type="submit" name="action" value="Reset student's attempts">
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
<input type="submit" name="action" value="${_("Rescore student's problem submission")}">
<input type="submit" name="action" value="Rescore student's problem submission">
%endif
</p>

%if instructor_access:
<p>
${_("You may also delete the entire state of a student for the specified module:")}
<input type="submit" name="action" value="${_("Delete student state for module")}">
<input type="submit" name="action" value="Delete student state for module">
</p>
%endif
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
<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 problem and student, click on this button:")}
</p>
<p>
<input type="submit" name="action" value="${_("Show Background Task History for Student")}">
<input type="submit" name="action" value="Show Background Task History for Student">
</p>
%endif

Expand All @@ -285,7 +285,7 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
</select>
</p>
<p>
<input type="submit" name="action" value="${_("Generate Histogram and IRT Plot")}">
<input type="submit" name="action" value="Generate Histogram and IRT Plot">
</p>

<p></p>
Expand All @@ -298,28 +298,28 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
%if instructor_access:
<hr width="40%" style="align:left">
<p>
<input type="submit" name="action" value="${_("List course staff members")}">
<input type="submit" name="action" value="List course staff members">
<p>
<input type="text" name="staffuser">
<input type="submit" name="action" value="${_("Remove course staff")}">
<input type="submit" name="action" value="${_("Add course staff")}">
<input type="submit" name="action" value="Remove course staff">
<input type="submit" name="action" value="Add course staff">
<hr width="40%" style="align:left">
%endif

%if admin_access:
<hr width="40%" style="align:left">
<p>
<input type="submit" name="action" value="${_("List course instructors")}">
<input type="submit" name="action" value="List course instructors">
<p>
<input type="text" name="instructor"> <input type="submit" name="action" value="${_("Remove instructor")}">
<input type="submit" name="action" value="${_("Add instructor")}">
<input type="text" name="instructor"> <input type="submit" name="action" value="Remove instructor">
<input type="submit" name="action" value="Add instructor">
<hr width="40%" style="align:left">
%endif

%if settings.MITX_FEATURES['ENABLE_MANUAL_GIT_RELOAD'] and admin_access:
<p>
<input type="submit" name="action" value="${_("Reload course from XML files")}">
<input type="submit" name="action" value="${_("GIT pull and Reload course")}">
<input type="submit" name="action" value="Reload course from XML files">
<input type="submit" name="action" value="GIT pull and Reload course">
%endif
%endif

Expand All @@ -328,23 +328,23 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
%if instructor_access:
<hr width="40%" style="align:left">
<p>
<input type="submit" name="action" value="${_("List course forum admins")}">
<input type="submit" name="action" value="List course forum admins">
<p>
<input type="text" name="forumadmin"> <input type="submit" name="action" value="${_("Remove forum admin")}">
<input type="submit" name="action" value="${_("Add forum admin")}">
<input type="text" name="forumadmin"> <input type="submit" name="action" value="Remove forum admin">
<input type="submit" name="action" value="Add forum admin">
<hr width="40%" style="align:left">
%endif

%if instructor_access or forum_admin_access:
<p>
<input type="submit" name="action" value="${_("List course forum moderators")}">
<input type="submit" name="action" value="${_("List course forum community TAs")}">
<input type="submit" name="action" value="List course forum moderators">
<input type="submit" name="action" value="List course forum community TAs">
<p>
<input type="text" name="forummoderator">
<input type="submit" name="action" value="${_("Remove forum moderator")}">
<input type="submit" name="action" value="${_("Add forum moderator")}">
<input type="submit" name="action" value="${_("Remove forum community TA")}">
<input type="submit" name="action" value="${_("Add forum community TA")}">
<input type="submit" name="action" value="Remove forum moderator">
<input type="submit" name="action" value="Add forum moderator">
<input type="submit" name="action" value="Remove forum community TA">
<input type="submit" name="action" value="Add forum community TA">
<hr width="40%" style="align:left">
%else:
<p>${_("User requires forum administrator privileges to perform administration tasks. See instructor.")}</p>
Expand All @@ -356,8 +356,8 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>

<hr width="40%" style="align:left">
<p>
<input type="submit" name="action" value="${_("List enrolled students")}">
<input type="submit" name="action" value="${_("List students who may enroll but may not have yet signed up")}">
<input type="submit" name="action" value="List enrolled students">
<input type="submit" name="action" value="List students who may enroll but may not have yet signed up">
<hr width="40%" style="align:left">

%if settings.MITX_FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access:
Expand All @@ -371,10 +371,10 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
<li>${_("Gradebook name:")} <font color="green">${rg.get('name','None defined!')}</font>
<li>${_("Section:")} <input type="text" name="gradebook_section" size=40 value="${rg.get('section','')}"></li>
</ul>
<input type="submit" name="action" value="${_("List sections available in remote gradebook")}">
<input type="submit" name="action" value="${_("List students in section in remote gradebook")}">
<input type="submit" name="action" value="${_("Overload enrollment list using remote gradebook")}">
<input type="submit" name="action" value="${_("Merge enrollment list with remote gradebook")}">
<input type="submit" name="action" value="List sections available in remote gradebook">
<input type="submit" name="action" value="List students in section in remote gradebook">
<input type="submit" name="action" value="Overload enrollment list using remote gradebook">
<input type="submit" name="action" value="Merge enrollment list with remote gradebook">
<hr width="40%" style="align:left">

%endif
Expand All @@ -385,9 +385,9 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
<input type="checkbox" name="email_students"> ${_("Notify students by email")}
<p>
<input type="checkbox" name="auto_enroll"> ${_("Auto-enroll students when they activate")}
<input type="submit" name="action" value="${_("Enroll multiple students")}">
<input type="submit" name="action" value="Enroll multiple students">
<p>
<input type="submit" name="action" value="${_("Unenroll multiple students")}">
<input type="submit" name="action" value="Unenroll multiple students">

%endif

Expand All @@ -396,11 +396,11 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
%if modeflag.get('Data'):
<hr width="40%" style="align:left">
<p>
<input type="submit" name="action" value="${_("Download CSV of all student profile data")}">
<input type="submit" name="action" value="Download CSV of all student profile data">
</p>
<p> ${_("Problem urlname:")}
<input type="text" name="problem_to_dump" size="40">
<input type="submit" name="action" value="${_("Download CSV of all responses to problem")}">
<input type="submit" name="action" value="Download CSV of all responses to problem">
</p>
<hr width="40%" style="align:left">
%endif
Expand All @@ -411,16 +411,16 @@ <H2>${_("Student-specific grade inspection and adjustment")}</h2>
%if instructor_access:
<hr width="40%" style="align:left">
<p>
<input type="submit" name="action" value="${_("List beta testers")}">
<input type="submit" name="action" value="List beta testers">
<p>
## Translators: days_early_for_beta should not be translated
${_("Enter usernames or emails for students who should be beta-testers, one per line, or separated by commas. They will get to "
"see course materials early, as configured via the <tt>days_early_for_beta</tt> option in the course policy.")}
</p>
<p>
<textarea cols="50" row="30" name="betausers"></textarea>
<input type="submit" name="action" value="${_("Remove beta testers")}">
<input type="submit" name="action" value="${_("Add beta testers")}">
<input type="submit" name="action" value="Remove beta testers">
<input type="submit" name="action" value="Add beta testers">
</p>
<hr width="40%" style="align:left">

Expand Down