--- loncom/interface/lonquickgrades.pm 2005/04/07 06:56:23 1.36 +++ loncom/interface/lonquickgrades.pm 2005/12/20 15:02:13 1.37 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.36 2005/04/07 06:56:23 albertel Exp $ +# $Id: lonquickgrades.pm,v 1.37 2005/12/20 15:02:13 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -171,7 +171,8 @@ HEADER my $status = $curRes->simpleStatus($part); my $thisright = 0; $partsCount++; - if ($status == $curRes->CORRECT ) { + if ($status == $curRes->CORRECT || + $status == $curRes->PARTIALLY_CORRECT ) { $partsRight++; $totalRight++; $thisright = 1;