--- loncom/homework/essayresponse.pm 2004/10/06 18:50:14 1.38
+++ loncom/homework/essayresponse.pm 2004/10/12 00:08:44 1.39
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# essay (ungraded) style responses
#
-# $Id: essayresponse.pm,v 1.38 2004/10/06 18:50:14 banghart Exp $
+# $Id: essayresponse.pm,v 1.39 2004/10/12 00:08:44 banghart Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -51,9 +51,10 @@ sub start_essayresponse {
my $uploadedfile= &HTML::Entities::encode($Apache::lonhomework::history{"resource.$part.$id.uploadedfile"},'<>&"');
$result='
'.
- 'Select Portfolio Files'.
' '. + ' '. ' '. &mt('Submit entries below as answer to receive credit').' '. ' '. |