From: dpvc v. a. <we...@ma...> - 2010-04-27 02:23:37
|
Log Message: ----------- Correct problem with documentation of GradeWithPenalty Modified Files: -------------- pg/macros: problemPanic.pl Revision Data ------------- Index: problemPanic.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/problemPanic.pl,v retrieving revision 1.5 retrieving revision 1.6 diff -Lmacros/problemPanic.pl -Lmacros/problemPanic.pl -u -r1.5 -r1.6 --- macros/problemPanic.pl +++ macros/problemPanic.pl @@ -102,7 +102,7 @@ To allow the grading penalties to work, you must include the command - Panic::GradeWithPenalty; + Panic::GradeWithPenalty(); in order to install the panic-button grader. You should do this afer setting the grader that you want to use for the problem itself, as the @@ -113,7 +113,6 @@ sub _problemPanic_init {Panic::Init()} - # # The packge to contain the routines and data for the Panic buttons # @@ -194,7 +193,7 @@ # # The grader for the panic levels. -# +# sub grader { # # Save the old score and call the original grader. |