From: Sam H. v. a. <act...@de...> - 2005-01-28 00:07:31
|
Log Message: ----------- HEAD backport: Changed comment to This answer is the same as the one you just submitted or previewed. This addreses bug #557 (gage) Tags: ---- rel-2-1-patches Modified Files: -------------- pg/macros: PGanswermacros.pl Revision Data ------------- Index: PGanswermacros.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/PGanswermacros.pl,v retrieving revision 1.26.2.1 retrieving revision 1.26.2.2 diff -Lmacros/PGanswermacros.pl -Lmacros/PGanswermacros.pl -u -r1.26.2.1 -r1.26.2.2 --- macros/PGanswermacros.pl +++ macros/PGanswermacros.pl @@ -2000,7 +2000,7 @@ sub { my $rh_ans = shift; if ( defined($rh_ans->{'ans_equals_prev_ans'}) and $rh_ans->{'ans_equals_prev_ans'} and $rh_ans->{score}==0) { - $rh_ans->{ans_message} = "This answer is the same as the one you just submitted."; + $rh_ans->{ans_message} = "This answer is the same as the one you just submitted or previewed."; } $rh_ans; } |