From: Arnie P. v. a. <we...@ma...> - 2009-10-17 16:09:05
|
Log Message: ----------- Implement a Reduced Scoring Period. 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. Modified Files: -------------- webwork2/lib/WeBWorK/PG: Remote.pm Revision Data ------------- Index: Remote.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/PG/Remote.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -Llib/WeBWorK/PG/Remote.pm -Llib/WeBWorK/PG/Remote.pm -u -r1.6 -r1.7 --- lib/WeBWorK/PG/Remote.pm +++ lib/WeBWorK/PG/Remote.pm @@ -100,6 +100,7 @@ envir => $envir, problem_state => { recorded_score => $problem->status, + sub_recorded_score => $problem->sub_status, num_of_correct_ans => $problem->num_correct, num_of_incorrect_ans => $problem->num_incorrect, }, |