--- loncom/interface/lonquickgrades.pm 2003/02/06 14:37:34 1.10 +++ loncom/interface/lonquickgrades.pm 2003/03/23 07:12:41 1.12 @@ -64,7 +64,7 @@ sub real_handler { $r->send_http_header; # Create the nav map - my $navmap = Apache::lonnavmaps::navmap->new( + my $navmap = Apache::lonnavmaps::navmap->new($r, $ENV{"request.course.fn"}.".db", $ENV{"request.course.fn"}."_parms.db", 1, 0); @@ -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