[LON-CAPA-cvs] cvs: loncom /homework essayresponse.pm
foxr
lon-capa-cvs@mail.lon-capa.org
Mon, 23 Oct 2006 10:00:33 -0000
foxr Mon Oct 23 06:00:33 2006 EDT
Modified files:
/loncom/homework essayresponse.pm
Log:
Shortened the text for hand grading
Index: loncom/homework/essayresponse.pm
diff -u loncom/homework/essayresponse.pm:1.78 loncom/homework/essayresponse.pm:1.79
--- loncom/homework/essayresponse.pm:1.78 Tue Oct 17 13:09:44 2006
+++ loncom/homework/essayresponse.pm Mon Oct 23 06:00:29 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# essay (ungraded) style responses
#
-# $Id: essayresponse.pm,v 1.78 2006/10/17 17:09:44 albertel Exp $
+# $Id: essayresponse.pm,v 1.79 2006/10/23 10:00:29 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -171,7 +171,7 @@
} elsif ($target eq 'answer') {
$result.=&Apache::response::answer_header($$tagstack[-1]);
- my $answer = &mt('Answer for essay will be hand graded.');
+ my $answer = &mt('Hand Graded.');
$result.=&Apache::response::answer_part($$tagstack[-1],$answer,
{'no_verbatim' => 1});
$result.=&Apache::response::answer_footer($$tagstack[-1]);