--- loncom/homework/essayresponse.pm 2002/07/26 20:27:33 1.12
+++ loncom/homework/essayresponse.pm 2002/08/01 15:20:34 1.13
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# essay (ungraded) style responses
#
-# $Id: essayresponse.pm,v 1.12 2002/07/26 20:27:33 ng Exp $
+# $Id: essayresponse.pm,v 1.13 2002/08/01 15:20:34 ng Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -45,22 +45,31 @@ sub start_essayresponse {
my $ncol= &Apache::lonnet::EXT("resource.$part".'_'."$id.maxcollaborators");
my $coll= &HTML::Entities::encode($Apache::lonhomework::history{"resource.$part.$id.collaborators"});
+ $result='
'.
+ 'Collaborators: '. '(Enter maximum '.$ncol.' collaborators using username or username@domain, e.g. '. 'smithje or smithje@'.$ENV{'user.domain'}.'.) '; $result .= &check_collaborators($ncol,$coll) if ($coll =~ /\w+/); + $result .=' |
'.
+ ''.
+ ' Submit text below as answer to receive credit '. + ''. + ' Save text below as a draft answer (not submitting it for credit yet) '. + ' |