--- loncom/interface/lonquickgrades.pm 2005/01/01 18:54:52 1.34 +++ loncom/interface/lonquickgrades.pm 2005/01/03 14:46:41 1.35 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Quick Student Grades Display # -# $Id: lonquickgrades.pm,v 1.34 2005/01/01 18:54:52 www Exp $ +# $Id: lonquickgrades.pm,v 1.35 2005/01/03 14:46:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -273,7 +273,7 @@ HEADER $r->print("$topLevelRight / $topLevelParts"); } - unless ($notshowSPRSlink) { + if ($showPoints) { my $maxHelpLink = Apache::loncommon::help_open_topic("Quick_Grades_Possibly_Correct"); $title = $showPoints ? "Points" : "Parts Done";