--- loncom/homework/grades.pm 2006/04/02 00:17:26 1.345 +++ loncom/homework/grades.pm 2006/04/03 19:00:27 1.346 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.345 2006/04/02 00:17:26 bowersj2 Exp $ +# $Id: grades.pm,v 1.346 2006/04/03 19:00:27 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2326,6 +2326,7 @@ sub saveHandGrade { my $partial= $pts/$wgt; if ($partial eq $record{'resource.'.$new_part.'.awarded'}) { #do not update score for part if not changed. + &handback_files($request,$symb,$stuname,$domain,$newflg,$new_part,\%newrecord); next; } else { push @parts_graded, $new_part;