Log Message:
-----------
Added grader information
Modified Files:
--------------
pg/macros:
problemPanic.pl
Revision Data
-------------
Index: problemPanic.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/problemPanic.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lmacros/problemPanic.pl -Lmacros/problemPanic.pl -u -r1.1 -r1.2
--- macros/problemPanic.pl
+++ macros/problemPanic.pl
@@ -100,6 +100,15 @@
development, but can be used to allow a student to get full credit for
a problem even after he or she has asked for a hint.
+To allow the grading penalties to work, you must include the command
+
+ 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
+panic grader will use the one that is installed at the time the
+Panic::GradWithPenalty command is issued.
+
=cut
sub _problemPanic_init {Panic::Init()}
|