Skip to content

Commit

Permalink
Change "Assignment Manager" to "Set Manager".
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrice1 committed Oct 31, 2023
1 parent 7ea2a06 commit ad04af1
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 27 deletions.
12 changes: 6 additions & 6 deletions conf/defaults.config
Original file line number Diff line number Diff line change
Expand Up @@ -975,13 +975,13 @@ $pg{additionalPGEditorDisplayModes} = [
# Whether the homework editor pages should show options for conditional release
$options{enableConditionalRelease} = 0;

# In the hmwk sets editor, how deep to search within templates for .def files.
# In the set manager, how deep to search within templates for .def files.
# Note that this does not apply to the Library and Contrib directories.
# Those directories are not searched in any case (see below).
# 0 means only within templates.
$options{setDefSearchDepth} = 4;

# In the hmwk sets editor, also list OPL or Contrib set defintion files. Note
# In the set manager, also list OPL or Contrib set defintion files. Note
# that the directories are not searched, but these lists are loaded from the
# files htdocs/DATA/library-set-defs.json and htdocs/DATA/contrib-set-defs.json
# which are generated by running bin/generate-OPL-set-def-lists.pl (which is
Expand Down Expand Up @@ -1262,18 +1262,18 @@ ${pg}{modules} = [
##### Problem creation defaults

# The default weight (also called value) of a problem to use when using the
# Library Browser, Problem Editor or Assigment Manager to add problems to a set
# Library Browser, Problem Editor or Set Manager to add problems to a set
# or when this value is left blank in an imported set definition file.
$problemDefaults{value} = 1;

# The default max_attempts for a problem to use when using the
# Library Browser, Problem Editor or Assigment Manager to add problems to a set
# Library Browser, Problem Editor or Set Manager to add problems to a set
# or when this value is left blank in an imported set definition file. Note that
# setting this to -1 gives students unlimited attempts.
$problemDefaults{max_attempts} = -1;

# The default showMeAnother for a problem to use when using the
# Library Browser, Problem Editor or Assigment Manager to add problems to a set
# Library Browser, Problem Editor or Set Manager to add problems to a set
# or when this value is left blank in an imported set definition file. Note that
# setting this to -1 disables the showMeAnother button
$problemDefaults{showMeAnother} = -2;
Expand Down Expand Up @@ -1659,7 +1659,7 @@ $ConfigValues = [
. 'is 50% and a student views a problem during the Reduced Scoring Period, they will see the '
. 'message "You are in the Reduced Scoring Period: All additional work done counts 50% of the '
. 'original." </p><p>To use this, you also have to enable Reduced Scoring and set the Reduced '
. 'Scoring Date for individual assignments by editing the set data using the Assigment Manager.</p>'
. 'Scoring Date for individual assignments by editing the set data using the Set Manager.</p>'
. '<p>This works with the avg_problem_grader (which is the the default grader) and the '
. 'std_problem_grader (the all or nothing grader). It will work with custom graders if they '
. 'are written appropriately.</p>'
Expand Down
6 changes: 3 additions & 3 deletions conf/localOverrides.conf.dist
Original file line number Diff line number Diff line change
Expand Up @@ -269,20 +269,20 @@ $mail{feedbackRecipients} = [
################################################################################

# The default weight (also called value) of a problem to use when using the
# Library Browser, Problem Editor or Assigment Manager to add problems to a set
# Library Browser, Problem Editor or Set Manager to add problems to a set
# or when this value is left blank in an imported set definition file.

#$problemDefaults{value} = 1;

# The default max_attempts for a problem to use when using the
# Library Browser, Problem Editor or Assigment Manager to add problems to a set
# Library Browser, Problem Editor or Set Manager to add problems to a set
# or when this value is left blank in an imported set definition file. Note that
# setting this to -1 gives students unlimited attempts.

#$problemDefaults{max_attempts} = -1;

# The default showMeAnother for a problem to use when using the
# Library Browser, Problem Editor or Assigment Manager to add problems to a set
# Library Browser, Problem Editor or Set Manager to add problems to a set
# or when this value is left blank in an imported set definition file. Note that
# setting this to -1 disables the showMeAnother button
#$problemDefaults{showMeAnother} = -1;
Expand Down
5 changes: 2 additions & 3 deletions lib/WeBWorK/ContentGenerator/Instructor/PGProblemEditor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1129,9 +1129,8 @@ sub save_as_handler ($c) {
$c->shortPath($outputFilePath)
));
$c->addbadmessage(
$c->maketext(
'You can change the file path for this problem manually from the "Assignment Manager" page')
) if defined $c->{setID};
$c->maketext('You can change the file path for this problem manually from the "Set Manager" page'))
if defined $c->{setID};
$c->addgoodmessage($c->maketext(
'The text box now contains the source of the original problem. '
. 'You can recover lost edits by using the Back button on your browser.'
Expand Down
2 changes: 1 addition & 1 deletion lib/WeBWorK/Utils/Routes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ my %routeParameters = (
path => '/#userID'
},
instructor_set_list => {
title => x('Assignment Manager'),
title => x('Set Manager'),
children => [qw(instructor_set_detail)],
module => 'Instructor::ProblemSetList',
path => '/sets'
Expand Down
4 changes: 2 additions & 2 deletions templates/HelpFiles/InstructorFileManager.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<%== maketext('These are stored in the templates directory. The format of '
. '<strong>Set Definition files</strong> is described in the <a [_1]>Set Definition specification</a>. '
. 'Set definition files are mainly useful for transferring set assignments from one course to another '
. 'and are created when exporting a problem set from the "Assigment Manager". Each set definition file '
. 'and are created when exporting a problem set from the "Set Manager". Each set definition file '
. 'contains a list of problems used and the dates and times. These definitions can be imported into the '
. 'current course.',
'href="https://webwork.maa.org/wiki/Set_Definition_Files" target="Webworkdocs"') =%>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dd>
<%= maketext('These are the files from which problems are generated and are located in the templates '
. 'directory or in subdirectories. They can be edited directly using the "Edit" link on each problem '
. 'page or from the "Assigment Manager". The File Manager allows you to upload or download these files. '
. 'page or from the "Set Manager". The File Manager allows you to upload or download these files. '
. 'Directories that start with "set" contain pg files and are generated when exporting a problem set in '
. 'which there are local versions of a problem.') =%>
</dd>
Expand Down
4 changes: 2 additions & 2 deletions templates/HelpFiles/InstructorPGProblemEditor.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<p>
<%= maketext('You may want to create an unattached problem if you are using the current problem as a model '
. 'for a new problem. You can add the new file to a homework set from the Library Browser or via the '
. 'set detail page of the "Assigment Manager".') =%>
. 'set detail page of the "Set Manager".') =%>
</p>
<p>
<%= maketext('If the original problem can not be edited than the path name must be changed in order to be '
Expand All @@ -177,7 +177,7 @@
<dd>
<%= maketext('Add this problem as the last problem of an existing set, either as a problem or as the set '
. 'header (the text that appears on the home page of a homework set). You can rearrange the order of the '
. 'problems later using the "Assigment Manager".') =%>
. 'problems later using the "Set Manager".') =%>
</dd>

<dt><%= maketext('Revert') %></dt>
Expand Down
4 changes: 2 additions & 2 deletions templates/HelpFiles/InstructorProblemSetList.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
%################################################################################
%
% layout 'help_macro';
% title maketext('Homwork Sets Editor Help');
% title maketext('Set Manager Help');
%
<p>
<%= maketext('This page manages all of the homework sets (including quizzes/tests). '
<%= maketext('This page manages all problem sets (including quizzes/tests). '
. 'The following allow editing directly of a single problem set.') =%>
</p>
<dl>
Expand Down
12 changes: 6 additions & 6 deletions templates/HelpFiles/InstructorUserList.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
%################################################################################
%
% layout 'help_macro';
% title maketext('Class List Editor Help');
% title maketext('User Manager Help');
%
<p>
<%== maketext('From this page you can <strong>add new students</strong>, <strong>edit</strong> class list data '
<%== maketext('From this page you can <strong>add new students</strong>, <strong>edit</strong> user data '
. '(name, email address, recitation, section, permission level, and enrollment status), '
. '<strong>change passwords</strong>, and <strong>export</strong> (save) class lists for back-up or use in '
. 'another course. You can also delete students from the class roster, but this cannot be undone.') =%>
Expand Down Expand Up @@ -150,22 +150,22 @@

<dt><%= maketext('Assign sets to many students') %></dt>
<dd>
<%= maketext('This is done from the "Assigment Manager" or from the "Instructor Tools" page if you wish to '
<%= 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).') =%>
</dd>

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

<dt><%= maketext('Change the grading on a homework 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 "Assigment Manager" }
. q{that was not worded correctly, or wasn't working properly. This is done from the "Set 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 "Assigment Manager" page or the "Instructor tools" page.') %></dd>
<dd><%= maketext('This is done from the "Set Manager" page or the "Instructor tools" page.') %></dd>
</dl>

<p>
Expand Down
4 changes: 2 additions & 2 deletions templates/HelpFiles/instructor_links.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</dd>
<dt><%= maketext('Set Assigner') %></dt>
<dd><%= maketext('Assign and unassign selected exercise sets to selected users.') %></dd>
<dt><%= maketext('Assigment Manager') %></dt>
<dt><%= maketext('Set 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 '
Expand All @@ -57,7 +57,7 @@
<dd><%= maketext('View details of student perofrmance either by individual or by set.') %></dd>
<dt><%= maketext('Scoring Tools') %></dt>
<dd>
<%= maketext('Score one or more sets. This can also be done from the "Assigment Manager" or from the '
<%= maketext('Score one or more sets. This can also be done from the "Set Manager" or from the '
. '"Instructor Tools", but the "Scoring Tools" page allows control over parameters.') =%>
</dd>
<dt><%= maketext('Achievement Editor') %></dt>
Expand Down

0 comments on commit ad04af1

Please sign in to comment.