--- loncom/homework/essayresponse.pm 2003/04/18 07:12:13 1.27 +++ loncom/homework/essayresponse.pm 2003/04/21 20:59:02 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.27 2003/04/18 07:12:13 albertel Exp $ +# $Id: essayresponse.pm,v 1.31 2003/04/21 20:59:02 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -99,9 +99,8 @@ sub end_essayresponse { if ($collaborators ne $previous_list); } if ( defined($ENV{'form.submitted'}) && - $ENV{'form.submitted'}='scantron' ) { - my $repetition=&Apache::response::repetition(); - $increment=$repetition; + $ENV{'form.submitted'} eq 'scantron' ) { + $increment=&Apache::response::scored_response($part,$id); } elsif ( defined($ENV{'form.submitted'}) ) { my $response = $ENV{'form.HWVAL_'.$id}; my $filename= $ENV{'form.HWFILE'.$part.'_'.$id.'.filename'};