--- loncom/interface/lonquickgrades.pm 2003/02/06 14:37:34 1.10 +++ loncom/interface/lonquickgrades.pm 2003/03/10 06:42:32 1.11 @@ -167,7 +167,7 @@ HEADER # Second pass: Print the maps. $r->print(''); - $r->print('' . "\n\n"); + $r->print('' . "\n\n"); while ($depth > 0) { if ($curRes == $iterator->BEGIN_MAP()) {$depth++;} if ($curRes == $iterator->END_MAP()) { $depth--; } @@ -215,7 +215,7 @@ HEADER my $maxHelpLink = Apache::loncommon::help_open_topic("Quick_Grades_Possibly_Correct"); - $r->print("\n\n");
SequenceCorrect / Total
Done / Total
Total Parts Correct: $totalRight
"); + $r->print("
Total Parts Done: $totalRight
"); $r->print("Max Possible To Date $maxHelpLink: $totalPossible
"); $r->print("Total Parts In Course: $totalParts