--- loncom/homework/essayresponse.pm 2003/04/18 08:00:04 1.28 +++ loncom/homework/essayresponse.pm 2003/04/18 22:27:28 1.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.28 2003/04/18 08:00:04 albertel Exp $ +# $Id: essayresponse.pm,v 1.29 2003/04/18 22:27:28 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -110,7 +110,7 @@ sub end_essayresponse { my $weight = &Apache::lonnet::EXT("resource.$id.weight"); my $pcr=$score/$weight; #FIXME, won't work for multiple essay in a single part - $Apache::lonhomewok::results{"resource.$id.awarded"}; + $Apache::lonhomewok::results{"resource.$id.awarded"}=$pcr; } elsif ( defined($ENV{'form.submitted'}) ) { my $response = $ENV{'form.HWVAL_'.$id}; my $filename= $ENV{'form.HWFILE'.$part.'_'.$id.'.filename'};