[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm
sakharuk
lon-capa-cvs@mail.lon-capa.org
Tue, 24 Jun 2003 20:54:06 -0000
sakharuk Tue Jun 24 16:54:06 2003 EDT
Modified files:
/loncom/interface lonprintout.pm
Log:
Correction of the typo.
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.196 loncom/interface/lonprintout.pm:1.197
--- loncom/interface/lonprintout.pm:1.196 Tue Jun 24 16:21:05 2003
+++ loncom/interface/lonprintout.pm Tue Jun 24 16:54:06 2003
@@ -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 @@
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)$/) {