From: Arnie P. v. a. <we...@ma...> - 2010-02-01 02:18:28
|
Log Message: ----------- Replace "Reduced Scoring" by "Reduced Credit" Modified Files: -------------- webwork2/lib/WeBWorK: Constants.pm Revision Data ------------- Index: Constants.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/Constants.pm,v retrieving revision 1.61 retrieving revision 1.62 diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.61 -r1.62 --- lib/WeBWorK/Constants.pm +++ lib/WeBWorK/Constants.pm @@ -252,28 +252,28 @@ A value such as 0.1 means 0.1 percent error is allowed.", type => 'number'}, { var => 'pg{ansEvalDefaults}{reducedScoringPeriod}', - doc => 'Length of Reduced Scoring Period in minutes', - doc2 => 'The Reduced Scoring Period is a period before the due date during which + doc => 'Length of Reduced Credit Period in minutes', + doc2 => 'The Reduced Credit Period is a period before the due date during which all additional work done by the student counts at a reduced rate. Here is where you set the length of this period in minutes. If this value is greater than 0, a - message like "This assignment has a Reduced Scoring Period that begins 11/08/2009 + message like "This assignment has a Reduced Credit Period that begins 11/08/2009 at 06:17pm EST and ends on the due date, 11/10/2009 at 06:17pm EST. During this period all additional work done counts 50% of the original." will be displayed.<p> - To use this, you also have to enable Reduced Scoring for individual assignments by + To use this, you also have to enable Reduced Credit for individual assignments by editing the set data using the Hmwk Sets Editor.<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.' , type => 'number'}, { var => 'pg{ansEvalDefaults}{reducedScoringValue}', - doc => 'Value of work done in Reduced Scoring Period' , - doc2 => 'The Reduced Scoring Period is a period before the due date during which + doc => 'Value of work done in Reduced Credit Period' , + doc2 => 'The Reduced Credit Period is a period before the due date during which all additional work done by the student counts at a reduced rate. Here is where you set the reduced rate which must be a number in the interval [0,1]. 1 means no reduction. For example if this value is .5 and a student views a problem during the - Reduced Scoring Period, they will see the message "You are in the Reduced Scoring + Reduced Credit Period, they will see the message "You are in the Reduced Credit Period: All additional work done counts 50% of the original." <p> - To use this, you also have to enable Reduced Scoring for individual assignments by + To use this, you also have to enable Reduced Credit for individual assignments by editing the set data using the Hmwk Sets Editor.<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 |
From: Arnie P. v. a. <we...@ma...> - 2010-02-01 02:40:07
|
Log Message: ----------- Replace "Reduced Scoring" by "Reduced Credit" Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator/Instructor: ProblemSetList.pm Revision Data ------------- Index: ProblemSetList.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm,v retrieving revision 1.110 retrieving revision 1.111 diff -Llib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm -Llib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm -u -r1.110 -r1.111 --- lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm +++ lib/WeBWorK/ContentGenerator/Instructor/ProblemSetList.pm @@ -332,7 +332,7 @@ "Due Date", "Answer Date", "Visible", - "Reduced Scoring<br> Enabled" + "Reduced Credit<br> Enabled" ); ########## set initial values for state fields @@ -541,7 +541,7 @@ ########## first adjust heading if in editMode $prettyFieldNames{set_id} = "Edit All <br> Set Data" if $editMode; - $prettyFieldNames{enable_reduced_scoring} = 'Enable Reduced<br>Scoring' if $editMode; + $prettyFieldNames{enable_reduced_scoring} = 'Enable Reduced<br>Credit' if $editMode; print CGI::p({},"Showing ", scalar @visibleSetIDs, " out of ", scalar @allSetIDs, " sets."); @@ -921,13 +921,13 @@ $result = "No change made to any set."; } elsif ($scope eq "all") { @setIDs = @{ $self->{allSetIDs} }; - $result = "Reduced Scoring $verb for all sets."; + $result = "Reduced Credit $verb for all sets."; } elsif ($scope eq "visible") { @setIDs = @{ $self->{visibleSetIDs} }; - $result = "Reduced Scoring $verb for visable sets."; + $result = "Reduced Credit $verb for visable sets."; } elsif ($scope eq "selected") { @setIDs = @{ $genericParams->{selected_sets} }; - $result = "Reduced Scoring $verb for selected sets."; + $result = "Reduced Credit $verb for selected sets."; } # can we use UPDATE here, instead of fetch/change/store? @@ -2099,7 +2099,7 @@ my $setSelected = $options{setSelected}; my $publishedClass = $Set->published ? "Published" : "Unpublished"; - my $enable_reduced_scoringClass = $Set->enable_reduced_scoring ? 'Reduced Scoring Enabled' : 'Reduced Scoring Disabled'; + my $enable_reduced_scoringClass = $Set->enable_reduced_scoring ? 'Reduced Credit Enabled' : 'Reduced Credit Disabled'; my $users = $db->countSetUsers($Set->set_id); my $totalUsers = $self->{totalUsers}; |
From: Arnie P. v. a. <we...@ma...> - 2010-02-01 02:43:03
|
Log Message: ----------- Replace "Reduced Scoring" by "Reduced Credit" Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator/Instructor: ProblemSetDetail.pm Revision Data ------------- Index: ProblemSetDetail.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm,v retrieving revision 1.78 retrieving revision 1.79 diff -Llib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm -Llib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm -u -r1.78 -r1.79 --- lib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm +++ lib/WeBWorK/ContentGenerator/Instructor/ProblemSetDetail.pm @@ -139,7 +139,7 @@ }, }, enable_reduced_scoring => { - name => "Reduced Scoring Enabled", + name => "Reduced Credit Enabled", type => "choose", override => "all", choices => [qw( 0 1 )], |