--- loncom/homework/essayresponse.pm 2004/10/25 21:41:58 1.42
+++ loncom/homework/essayresponse.pm 2004/10/27 18:30:48 1.44
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# essay (ungraded) style responses
#
-# $Id: essayresponse.pm,v 1.42 2004/10/25 21:41:58 banghart Exp $
+# $Id: essayresponse.pm,v 1.44 2004/10/27 18:30:48 banghart Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -75,7 +75,11 @@ sub start_essayresponse {
'
'.
''.
'
';
- if ($uploadedfile) {
+ if ($Apache::lonhomework::history{"resource.$part.$id.portfiles"}=~/[^\s]/){
+ $result.="Portfolio files previously selected: ".$Apache::lonhomework::history{"resource.$part.$id.portfiles"}."
";
+ }
+
+ if ($uploadedfile) {
my $url=$Apache::lonhomework::history{"resource.$part.$id.uploadedurl"};
push (@Apache::lonxml::extlinks,$url);
&Apache::lonnet::allowuploaded('/adm/essayresponse',$url);