--- loncom/interface/lonquickgrades.pm 2004/07/15 19:20:41 1.31 +++ loncom/interface/lonquickgrades.pm 2004/12/11 23:33:05 1.33 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.31 2004/07/15 19:20:41 albertel Exp $ +# $Id: lonquickgrades.pm,v 1.33 2004/12/11 23:33:05 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -170,8 +170,7 @@ HEADER my $status = $curRes->simpleStatus($part); my $thisright = 0; $partsCount++; - if ($status == $curRes->CORRECT || - $status == $curRes->INCORRECT ) { + if ($status == $curRes->CORRECT ) { $partsRight++; $totalRight++; $thisright = 1; @@ -286,8 +285,6 @@ HEADER $r->print(""); - $navmap->untieHashes(); - return OK; }