--- loncom/interface/lonprintout.pm 2003/06/24 20:21:05 1.196 +++ loncom/interface/lonprintout.pm 2003/06/24 20:54:06 1.197 @@ -1,7 +1,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.196 2003/06/24 20:21:05 sakharuk Exp $ +# $Id: lonprintout.pm,v 1.197 2003/06/24 20:54:06 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -658,7 +658,7 @@ ENDPART my ($username,$userdomain) = split /:/,$person; my $fullname = &get_name($username,$userdomain); - if ($parmhash{'anonimous_quiz'}=~/yes/) {$fullname=' ';} #put here something reasonable for annonimous exams or quiz + if ($parmhash{'anonymous_quiz'}=~/yes/) {$fullname=' ';} #put here something reasonable for anonymous exams or quiz #goes through all resources, checks if they are available for current student, and produces output foreach my $curresline (@master_seq) { if ($curresline=~ m/\.(problem|exam|quiz|assess|survey|form|library)$/) {