[LON-CAPA-cvs] cvs: loncom /homework lonhomework.pm
www
lon-capa-cvs@mail.lon-capa.org
Sat, 17 Apr 2004 14:06:41 -0000
www Sat Apr 17 10:06:41 2004 EDT
Modified files:
/loncom/homework lonhomework.pm
Log:
... looks a bit more serious.
Index: loncom/homework/lonhomework.pm
diff -u loncom/homework/lonhomework.pm:1.173 loncom/homework/lonhomework.pm:1.174
--- loncom/homework/lonhomework.pm:1.173 Fri Apr 16 15:10:27 2004
+++ loncom/homework/lonhomework.pm Sat Apr 17 10:06:41 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Homework handler
#
-# $Id: lonhomework.pm,v 1.173 2004/04/16 19:10:27 albertel Exp $
+# $Id: lonhomework.pm,v 1.174 2004/04/17 14:06:41 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -207,11 +207,11 @@
if ( ! ($ENV{'form.problemstate'} eq 'CANNOT_ANSWER_correct' &&
lc($Apache::lonhomework::problemstatus) eq 'no')) {
return ('CANNOT_ANSWER',
- &mt('is in this state by royal decree.'));
+ &mt('is in this state due to author settings.'));
}
} else {
return ($ENV{'form.problemstate'},
- &mt('is in this state by royal decree.'));
+ &mt('is in this state due to author settings.'));
}
}
&Apache::lonxml::debug("in construction ignoring dates");