--- loncom/homework/grades.pm 2003/12/05 19:40:56 1.168 +++ loncom/homework/grades.pm 2003/12/05 19:54:51 1.169 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.168 2003/12/05 19:40:56 albertel Exp $ +# $Id: grades.pm,v 1.169 2003/12/05 19:54:51 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1679,10 +1679,11 @@ KEYWORDS my $toGrade.='  '."\n" if (&canmodify($usec)); - $toGrade.=''."\n"; - $toGrade.=&show_grading_menu_form($symb,$url) - if (($ENV{'form.command'} eq 'submission') || - ($ENV{'form.command'} eq 'processGroup' && $counter == $total)); + $toGrade.=''."\n"; + if (($ENV{'form.command'} eq 'submission') || + ($ENV{'form.command'} eq 'processGroup' && $counter == $total)) { + $toGrade.=''.&show_grading_menu_form($symb,$url) + } $request = print($toGrade); return; }