From: Mike G. v. a. <we...@ma...> - 2005-06-28 19:41:16
|
Log Message: ----------- Format changes. Modified Files: -------------- pg/macros: extraAnswerEvaluators.pl Revision Data ------------- Index: extraAnswerEvaluators.pl =================================================================== RCS file: /webwork/cvs/system/pg/macros/extraAnswerEvaluators.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -Lmacros/extraAnswerEvaluators.pl -Lmacros/extraAnswerEvaluators.pl -u -r1.3 -r1.4 --- macros/extraAnswerEvaluators.pl +++ macros/extraAnswerEvaluators.pl @@ -373,15 +373,15 @@ my $student = shift; my $ans_hash = new AnswerHash( - 'score'=>0, - 'correct_ans'=>$right_ans, - 'student_ans'=>$student, - 'original_student_ans' => $student, - # 'type' => undef, - 'ans_message'=>'', - 'preview_text_string'=>'', - 'preview_latex_string'=>'', - ); + 'score'=>0, + 'correct_ans'=>$right_ans, + 'student_ans'=>$student, + 'original_student_ans' => $student, + # 'type' => undef, + 'ans_message'=>'', + 'preview_text_string'=>'', + 'preview_latex_string'=>'', + ); # Handle string matches separately my($studentisstring, $correctisstring, $tststr) = (0,0,""); my($nicestud, $nicecorrect) = (nicify_string($student), |