--- loncom/homework/grades.pm 2017/12/14 17:37:07 1.743 +++ loncom/homework/grades.pm 2017/12/18 14:46:10 1.744 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.743 2017/12/14 17:37:07 raeburn Exp $ +# $Id: grades.pm,v 1.744 2017/12/18 14:46:10 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3660,7 +3660,7 @@ sub viewgrades { my $part_resp = join('_',@{ $part_response_id }); next if $seen{$partid}; $seen{$partid}++; - my $handgrade=$$handgrade{$part_resp}; +# my $handgrade=$$handgrade{$part_resp}; my $wgt = &Apache::lonnet::EXT('resource.'.$partid.'.weight',$symb); $weight{$partid} = $wgt eq '' ? '1' : $wgt;