From: Arnie P. v. a. <we...@ma...> - 2009-11-02 22:37:40
|
Log Message: ----------- Update Reduced Scoring documentation 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.60 retrieving revision 1.61 diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.60 -r1.61 --- lib/WeBWorK/Constants.pm +++ lib/WeBWorK/Constants.pm @@ -259,6 +259,8 @@ message like "This assignment has a Reduced Scoring 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 + 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.' , @@ -271,6 +273,8 @@ 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 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 + 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.' , |