Commit b2b574ff by Adam Palay

instructor dash fixes

parent d1e0005f
...@@ -145,22 +145,22 @@ function goto( mode) ...@@ -145,22 +145,22 @@ function goto( mode)
</p> </p>
<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>
<p> <p>
<input type="submit" name="action" value="${_("Dump Grades for all students in 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")}"> <input type="submit" name="action" value="Download CSV of all student grades for this course">
</p> </p>
<p> <p>
<input type="submit" name="action" value="${_("Dump all RAW grades for all students in this course")}"> <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="Download CSV of all RAW grades">
</p> </p>
<p> <p>
<input type="submit" name="action" value="${_("Download CSV of answer distributions")}"> <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="Dump description of graded assignments configuration">
</p> </p>
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
...@@ -177,21 +177,21 @@ function goto( mode) ...@@ -177,21 +177,21 @@ function goto( mode)
<li>${_("Gradebook name:")} <font color="green">${rg.get('name','None defined!')}</font> <li>${_("Gradebook name:")} <font color="green">${rg.get('name','None defined!')}</font>
<br/> <br/>
<br/> <br/>
<input type="submit" name="action" value="${_("List assignments available in 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")}"> <input type="submit" name="action" value="List enrolled students matching remote gradebook">
<br/> <br/>
<br/> <br/>
</li> </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/>
<br/> <br/>
</li> </li>
<li>${_("Assignment name:")} <input type="text" name="assignment_name" size=40 > <li>${_("Assignment name:")} <input type="text" name="assignment_name" size=40 >
<br/> <br/>
<br/> <br/>
<input type="submit" name="action" value="${_("Display 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 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="Export CSV file of grades for assignment">
</li> </li>
</ul> </ul>
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
...@@ -213,14 +213,14 @@ function goto( mode) ...@@ -213,14 +213,14 @@ function goto( mode)
</p> </p>
<p> <p>
${_("Then select an action:")} ${_("Then select an action:")}
<input type="submit" name="action" value="${_("Reset ALL students' attempts")}"> <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="Rescore ALL students' problem submissions">
</p> </p>
<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>${_("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>
<p> <p>
<input type="submit" name="action" value="${_("Show Background Task History")}"> <input type="submit" name="action" value="Show Background Task History">
</p> </p>
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
...@@ -233,7 +233,7 @@ function goto( mode) ...@@ -233,7 +233,7 @@ function goto( mode)
</p> </p>
<p> <p>
${_("Click this, and a link to student's progress page will appear below:")} ${_("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>
<p> <p>
${_("Specify a particular problem in the course here by its url:")} ${_("Specify a particular problem in the course here by its url:")}
...@@ -248,16 +248,16 @@ function goto( mode) ...@@ -248,16 +248,16 @@ function goto( mode)
</p> </p>
<p> <p>
${_("Then select an action:")} ${_("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'): %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 %endif
</p> </p>
%if instructor_access: %if instructor_access:
<p> <p>
${_("You may also delete the entire state of a student for the specified module:")} ${_("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> </p>
%endif %endif
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'): %if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):
...@@ -265,7 +265,7 @@ function goto( mode) ...@@ -265,7 +265,7 @@ function goto( mode)
"To see status for all tasks submitted for this problem and student, click on this button:")} "To see status for all tasks submitted for this problem and student, click on this button:")}
</p> </p>
<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> </p>
%endif %endif
...@@ -285,7 +285,7 @@ function goto( mode) ...@@ -285,7 +285,7 @@ function goto( mode)
</select> </select>
</p> </p>
<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></p> <p></p>
...@@ -298,28 +298,28 @@ function goto( mode) ...@@ -298,28 +298,28 @@ function goto( mode)
%if instructor_access: %if instructor_access:
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
<p> <p>
<input type="submit" name="action" value="${_("List course staff members")}"> <input type="submit" name="action" value="List course staff members">
<p> <p>
<input type="text" name="staffuser"> <input type="text" name="staffuser">
<input type="submit" name="action" value="${_("Remove course staff")}"> <input type="submit" name="action" value="Remove course staff">
<input type="submit" name="action" value="${_("Add course staff")}"> <input type="submit" name="action" value="Add course staff">
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%endif %endif
%if admin_access: %if admin_access:
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
<p> <p>
<input type="submit" name="action" value="${_("List course instructors")}"> <input type="submit" name="action" value="List course instructors">
<p> <p>
<input type="text" name="instructor"> <input type="submit" name="action" value="${_("Remove instructor")}"> <input type="text" name="instructor"> <input type="submit" name="action" value="Remove instructor">
<input type="submit" name="action" value="${_("Add instructor")}"> <input type="submit" name="action" value="Add instructor">
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%endif %endif
%if settings.MITX_FEATURES['ENABLE_MANUAL_GIT_RELOAD'] and admin_access: %if settings.MITX_FEATURES['ENABLE_MANUAL_GIT_RELOAD'] and admin_access:
<p> <p>
<input type="submit" name="action" value="${_("Reload course from XML files")}"> <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="GIT pull and Reload course">
%endif %endif
%endif %endif
...@@ -328,23 +328,23 @@ function goto( mode) ...@@ -328,23 +328,23 @@ function goto( mode)
%if instructor_access: %if instructor_access:
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
<p> <p>
<input type="submit" name="action" value="${_("List course forum admins")}"> <input type="submit" name="action" value="List course forum admins">
<p> <p>
<input type="text" name="forumadmin"> <input type="submit" name="action" value="${_("Remove 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")}"> <input type="submit" name="action" value="Add forum admin">
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%endif %endif
%if instructor_access or forum_admin_access: %if instructor_access or forum_admin_access:
<p> <p>
<input type="submit" name="action" value="${_("List course forum moderators")}"> <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 community TAs">
<p> <p>
<input type="text" name="forummoderator"> <input type="text" name="forummoderator">
<input type="submit" name="action" value="${_("Remove forum moderator")}"> <input type="submit" name="action" value="Remove forum moderator">
<input type="submit" name="action" value="${_("Add 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="Remove forum community TA">
<input type="submit" name="action" value="${_("Add forum community TA")}"> <input type="submit" name="action" value="Add forum community TA">
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%else: %else:
<p>${_("User requires forum administrator privileges to perform administration tasks. See instructor.")}</p> <p>${_("User requires forum administrator privileges to perform administration tasks. See instructor.")}</p>
...@@ -356,8 +356,8 @@ function goto( mode) ...@@ -356,8 +356,8 @@ function goto( mode)
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
<p> <p>
<input type="submit" name="action" value="${_("List enrolled students")}"> <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 students who may enroll but may not have yet signed up">
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%if settings.MITX_FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access: %if settings.MITX_FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access:
...@@ -371,10 +371,10 @@ function goto( mode) ...@@ -371,10 +371,10 @@ function goto( mode)
<li>${_("Gradebook name:")} <font color="green">${rg.get('name','None defined!')}</font> <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> <li>${_("Section:")} <input type="text" name="gradebook_section" size=40 value="${rg.get('section','')}"></li>
</ul> </ul>
<input type="submit" name="action" value="${_("List sections available in 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="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="Overload enrollment list using remote gradebook">
<input type="submit" name="action" value="${_("Merge enrollment list with remote gradebook")}"> <input type="submit" name="action" value="Merge enrollment list with remote gradebook">
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%endif %endif
...@@ -385,9 +385,9 @@ function goto( mode) ...@@ -385,9 +385,9 @@ function goto( mode)
<input type="checkbox" name="email_students"> ${_("Notify students by email")} <input type="checkbox" name="email_students"> ${_("Notify students by email")}
<p> <p>
<input type="checkbox" name="auto_enroll"> ${_("Auto-enroll students when they activate")} <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> <p>
<input type="submit" name="action" value="${_("Unenroll multiple students")}"> <input type="submit" name="action" value="Unenroll multiple students">
%endif %endif
...@@ -396,11 +396,11 @@ function goto( mode) ...@@ -396,11 +396,11 @@ function goto( mode)
%if modeflag.get('Data'): %if modeflag.get('Data'):
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
<p> <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>
<p> ${_("Problem urlname:")} <p> ${_("Problem urlname:")}
<input type="text" name="problem_to_dump" size="40"> <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> </p>
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
%endif %endif
...@@ -411,7 +411,7 @@ function goto( mode) ...@@ -411,7 +411,7 @@ function goto( mode)
%if instructor_access: %if instructor_access:
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
<p> <p>
<input type="submit" name="action" value="${_("List beta testers")}"> <input type="submit" name="action" value="List beta testers">
<p> <p>
## Translators: days_early_for_beta should not be translated ## 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 " ${_("Enter usernames or emails for students who should be beta-testers, one per line, or separated by commas. They will get to "
...@@ -419,8 +419,8 @@ function goto( mode) ...@@ -419,8 +419,8 @@ function goto( mode)
</p> </p>
<p> <p>
<textarea cols="50" row="30" name="betausers"></textarea> <textarea cols="50" row="30" name="betausers"></textarea>
<input type="submit" name="action" value="${_("Remove beta testers")}"> <input type="submit" name="action" value="Remove beta testers">
<input type="submit" name="action" value="${_("Add beta testers")}"> <input type="submit" name="action" value="Add beta testers">
</p> </p>
<hr width="40%" style="align:left"> <hr width="40%" style="align:left">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment