Log Message:
-----------
A few more changed to Reduced Credit documemtation
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.62
retrieving revision 1.63
diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.62 -r1.63
--- lib/WeBWorK/Constants.pm
+++ lib/WeBWorK/Constants.pm
@@ -253,7 +253,7 @@
type => 'number'},
{ var => 'pg{ansEvalDefaults}{reducedScoringPeriod}',
doc => 'Length of Reduced Credit Period in minutes',
- doc2 => 'The Reduced Credit Period is a period before the due date during which
+ doc2 => 'The Reduced Credit Period (formally called the Reduced Scoring 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 Credit Period that begins 11/08/2009
@@ -267,7 +267,7 @@
type => 'number'},
{ var => 'pg{ansEvalDefaults}{reducedScoringValue}',
doc => 'Value of work done in Reduced Credit Period' ,
- doc2 => 'The Reduced Credit Period is a period before the due date during which
+ doc2 => 'The Reduced Credit Period (formally called the Reduced Scoring 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
|