Skip to content

Commit

Permalink
more purging of 'take action', 'homework sets', etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Jordan committed Nov 29, 2023
1 parent fd81fd2 commit c68c41d
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions conf/localOverrides.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ $mail{feedbackRecipients} = [
# List of enabled display modes. Comment out any modes you don't wish to make
# available for use.
# The first uncommented option is the default for instructors rendering problems
# in the homework sets editor.
# in the Library Browser and Set Detail page.
#$pg{displayModes} = [
#"MathJax", # render TeX math expressions on the client side using MathJax
# we strongly recommend people install and use MathJax, and it is required if you want to use mathview
Expand Down Expand Up @@ -513,7 +513,7 @@ $mail{feedbackRecipients} = [
################################################################################
# Searching for set.def files to import
################################################################################
## Uncomment below so that when the homework sets editor searches for set def
## Uncomment below so that when the Library Browser searches for set def
## files, it searches beyond templates; it can search deeper subfolders of
## templates, and optionally also descend into Library

Expand Down
4 changes: 2 additions & 2 deletions templates/ContentGenerator/Hardcopy/form.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
% if ($multiuser) {
<p>
<%= maketext(
'Select the homework sets for which to generate hardcopy versions. You may'
'Select the assignments for which to generate hardcopy versions. You may'
. ' also select multiple users from the users list. You will receive hardcopy'
. ' for each (set, user) pair.') =%>
</p>
Expand Down Expand Up @@ -65,7 +65,7 @@
<div class="col-md-8 font-sm mb-2">
<%= maketext(
'You may choose to show any of the following data. Correct answers, hints, and solutions '
. 'are only available [_1] after the answer date of the homework set.',
. 'are only available [_1] after the answer date of the assignment.',
$multiuser ? 'to privileged users or' : ''
) =%>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/ContentGenerator/Instructor/Assigner.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% }
%
% unless ($authz->hasPermissions(param('user'), 'assign_problem_sets')) {
<div class="alert alert-danger p-1 mb-0"><%= maketext('You are not authorized to assign homework sets.') %></div>
<div class="alert alert-danger p-1 mb-0"><%= maketext('You are not authorized to assign sets.') %></div>
% last;
% }
%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
% }
%
% unless ($authz->hasPermissions(param('user'), 'score_sets')) {
<div class="alert alert-danger p-1 mb-0"><%= maketext('You are not authorized to grade homework sets.') %></div>
<div class="alert alert-danger p-1 mb-0"><%= maketext('You are not authorized to grade assignments.') %></div>
% last;
% }
%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
% }
%
% if ($c->{editMode} && !$authz->hasPermissions(param('user'), 'modify_problem_sets')) {
<div class="alert alert-danger p-1 mb-0"><%= maketext('You are not authorized to modify homework sets.') %></div>
<div class="alert alert-danger p-1 mb-0"><%= maketext('You are not authorized to modify sets.') %></div>
% last;
% }
%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
% }
%
% unless ($authz->hasPermissions(param('user'), 'assign_problem_sets')) {
<div class="alert alert-danger p-1"><%= maketext('You are not authorized to assign homework sets.') %></div>
<div class="alert alert-danger p-1"><%= maketext('You are not authorized to assign sets.') %></div>
% last;
% }
%
Expand All @@ -22,7 +22,7 @@
</div>
<div class="mb-2">
<%== maketext(
"When you unassign by unchecking a student's name, you destroy all of the data for homework set [_1] "
"When you unassign by unchecking a student's name, you destroy all of the data for assignment [_1] "
. 'for this student. You will then need to reassign the set to these students and they will receive '
. 'new versions of the problems. Make sure this is what you want to do before unchecking students.',
tag('b', dir => 'ltr', format_set_name_display($setID))
Expand Down Expand Up @@ -89,7 +89,7 @@
<%== maketext(
'There is NO undo for this function. Do not use it unless you know what you are doing! '
. 'When you unassign a student using this button, or by unchecking their name, you destroy all '
. 'of the data for homework set [_1] for this student.',
. 'of the data for assignment [_1] for this student.',
tag('span', dir => 'ltr', format_set_name_display($setID))
) =%>
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/HelpFiles/InstructorScoring.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
. 'application.') =%>
</p>
<p>
<%= maketext('What WeBWorK does have is good support for summarizing the scores on WeBWorK homework sets and '
. 'tests and exporting them in a form (.csv) which any spreadsheet can use. WeBWorK reports all of the '
<%= maketext('What WeBWorK does have is good support for summarizing the scores on WeBWorK assignments '
. 'and exporting them in a form (.csv) which any spreadsheet can use. WeBWorK reports all of the '
. 'homework grades with options shown below.') =%>
</p>
<p>
Expand Down
42 changes: 21 additions & 21 deletions templates/HelpFiles/InstructorUserList.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
. 'another course. You can also delete students from the class roster, but this cannot be undone.') =%>
</p>
<p>
<%= maketext('This page gives access to information about the student, independent of the homework sets '
<%= maketext('This page gives access to information about the student, independent of the assignments '
. 'assigned to them.') =%>
</p>
<p><%= maketext('To perform an action select the desired action tab and click the submit button.') %></p>
Expand Down Expand Up @@ -59,11 +59,11 @@

<dt><%= maketext('Add a few students to the course.') %></dt>
<dd>
<%= maketext('Click the "Add x student(s)" radio button and then click "Take action". This will take you to a '
<%= maketext('Enter a number of students to add, and then click "Add". This will take you to a '
. 'new page where the data can be entered for one or more students. It is also possible to assign the '
. 'student to one or more problem sets as they are being entered: simply select the homework sets from the '
. 'student(s) to one or more sets as they are being entered: simply select the sets from the '
. 'list below the data entry table. Use "command" or "control" click to select more than one '
. 'homework set.') =%>
. 'set.') =%>
</dd>

<dt><%= maketext('Add many students to a course from a class list.') %></dt>
Expand Down Expand Up @@ -98,29 +98,29 @@
<dd>
<%= maketext('To drop a student or students, select them for editing as described above and then set the '
. 'pop-up list to enrolled,drop, or audit. Dropped students cannot log in to the course, are not assigned '
. 'new homework sets and are not sent email. They can be re-enrolled simply by changing their status back '
. 'to enrolled. No data is lost, any homework sets assigned before they were dropped are restored '
. 'new sets and are not sent email. They can be re-enrolled simply by changing their status back '
. 'to enrolled. No data is lost, any assignments assigned before they were dropped are restored '
. 'unchanged.') =%>
</dd>

<dt><%= maketext('Delete a student from a course') %></dt>
<dd>
<%= maketext('This should be done cautiously. Once a student is deleted from a course their data is lost '
. 'forever and cannot be recovered. They can be added to the course as a new student, but all of their '
. 'homework set assignments and homework has been permanently deleted.') =%>
. 'assignment data has been permanently deleted.') =%>
</dd>

<dt><%= maketext('Assign sets to one student') %></dt>
<dd>
<%= maketext('To assign one or more sets to an individual student click in the column "Assigned Sets" in the '
. q{student's row. This will take you to a page where you can assign and unassign homework sets and }
. q{student's row. This will take you to a page where you can assign and unassign sets and }
. 'change the due dates for homework on an individual basis.') =%>
</dd>

<dt><%= maketext('Change the due date for one student') %></dt>
<dd>
<%= maketext(q{Click on the column "Assigned Sets" in the student's row. This will take you to a page where }
. 'you can assign and unassign homework sets and change the due dates for homework on an '
. 'you can assign and unassign sets and change the due dates for homework on an '
. 'individual basis.') =%>
</dd>

Expand All @@ -135,42 +135,42 @@
. 'upper right corner of the window.') =%>
</dd>

<dt><%= maketext('Change the grades on a homework set for one student.') %></dt>
<dt><%= maketext('Change the grades on an assignment for one student.') %></dt>
<dd>
<%= maketext(q{Click first in the "Assigned Sets" column in the student's row. This will take you to a new }
. 'page where you will click on the link to the homework set where the grade change is to be made. (The '
. 'page where you will click on the link to the assignment where the grade change is to be made. (The '
. 'grade for each problem is listed as "status" on this third page).') =%>
</dd>

<dt><%= maketext('Extend the number of attempts allowed a student on a given problem.') %></dt>
<dd>
<%= maketext(q{Click first in the "Assigned Sets" column in the student's row. This will take you to a new }
. 'page where you will click on the link to the homework set where the grade change is to be made.') =%>
. 'page where you will click on the link to the assignment where the grade change is to be made.') =%>
</dd>

<dt><%= maketext('Assign sets to many students') %></dt>
<dd>
<%= maketext('This is done from the "Set Manager" or from the "Instructor Tools" page if you wish to '
. 'assign a homework set to all students or a large group of students (e.g. a section).') =%>
<%= maketext('This is done from the "Sets Manager" or from the "Instructor Tools" page if you wish to '
. 'assign a set to all students or a large group of students (e.g. a section).') =%>
</dd>

<dt><%= maketext('Change dates for a homework set for the whole class.') %></dt>
<dd><%= maketext('This is done from the "Set Manager" or from the "Instructor Tools" page.') %></dd>
<dt><%= maketext('Change dates for a set for the whole class.') %></dt>
<dd><%= maketext('This is done from the "Sets Manager" or from the "Instructor Tools" page.') %></dd>

<dt><%= maketext('Change the grading on a homework set for an entire class.') %></dt>
<dt><%= maketext('Change the grading on a set for an entire class.') %></dt>
<dd>
<%= maketext('You might want to do this if you want to give full credit to everyone on a particular problem '
. q{that was not worded correctly, or wasn't working properly. This is done from the "Set Manager" }
. q{that was not worded correctly, or wasn't working properly. This is done from the "Sets Manager" }
. 'page or the "Instructor Tools" page.') =%>
</dd>

<dt><%= maketext('Change the number of atttempts allowed on a problem.') %></dt>
<dd><%= maketext('This is done from the "Set Manager" page or the "Instructor tools" page.') %></dd>
<dd><%= maketext('This is done from the "Sets Manager" page or the "Instructor tools" page.') %></dd>
</dl>

<p>
<%= maketext('Many of these editing activities can also be done more quickly from the "Instructor Tools" page '
. 'where students and homework sets can be selected simultaneously. The "Instructor Tools" page is useful for '
. 'where students and sets can be selected simultaneously. The "Instructor Tools" page is useful for '
. 'quick editing of one or two students. The initial setup of the class can be done best from this page. '
. 'Importing and exporting class lists can only be done from this page. Deleting students can only be '
. 'done from this page.') =%>
Expand All @@ -190,7 +190,7 @@
<li>
<%== maketext('The <strong>Assigned sets</strong> column (x/y) indicates that x sets out of y sets avaiable '
. 'have been assigned to this student. Click this link to assign or unassign sets to this student, to '
. 'adjust due dates, or to adjust the grades on a homework set for a student.') =%>
. 'adjust due dates, or to adjust the grades on an assignment for a student.') =%>
</li>
<li>
<%== maketext('Clicking the <strong>email address</strong> link will bring up your standard email application '
Expand Down
10 changes: 5 additions & 5 deletions templates/HelpFiles/instructor_links.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@
<dt><%= maketext('Accounts Manager') %></dt>
<dd>
<%= maketext('Edit class roster data. Add students, edit student data, drop students from class, import '
. 'students from a classlist, and give user professor privileges. Access to individual homework sets.') =%>
. 'students from a classlist, and give user professor privileges. Access to individual assignments.') =%>
</dd>
<dt><%= maketext('Assigner Tool') %></dt>
<dd><%= maketext('Assign and unassign selected exercise sets to selected users.') %></dd>
<dt><%= maketext('Sets Manager') %></dt>
<dd>
<%= maketext('Edit homework sets for entire class. Change homework set due dates, create new sets from a set '
. 'definition file, create new homework sets, make sets visible/invisible, score homework sets. Assign '
. 'homework sets to the class.') =%>
<%= maketext('Edit sets for the entire class. Change set due dates, create new sets from a set '
. 'definition file, create new sets, make sets visible/invisible, score assignments. Assign '
. 'sets to the class.') =%>
</dd>
<dt><%= maketext('Problem Editor') %></dt>
<dd><%= maketext('Write a new PG problem file or edit an existing one.') %></dd>
<dt><%= maketext('Library Browser') %></dt>
<dd><%= maketext('Choose problems from a library and add them to a homework set.') %></dd>
<dd><%= maketext('Choose problems from a library and add them to a set.') %></dd>
<dt><%= maketext('Statistics') %></dt>
<dd><%= maketext(q{View statistics of students' performance on homework either by individual or by set.}) %></dd>
<dt><%= maketext('Student Progress') %></dt>
Expand Down

0 comments on commit c68c41d

Please sign in to comment.