--- loncom/homework/essayresponse.pm 2004/12/04 19:16:42 1.51 +++ loncom/homework/essayresponse.pm 2004/12/06 18:09:54 1.52 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.51 2004/12/04 19:16:42 banghart Exp $ +# $Id: essayresponse.pm,v 1.52 2004/12/06 18:09:54 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -70,13 +70,13 @@ sub start_essayresponse { $part.'_'.$id.'" onFocus="this.form.enctype='. "'multipart/form-data'".';" />
'. &mt('Allowed filetypes: [_1]',$uploadedfiletypes).'
'. - 'OR:
OR:
Select Portfolio Files'. '
'. ''. '
'; if ($Apache::lonhomework::history{"resource.$part.$id.portfiles"}=~/[^\s]/){ - $result.="Portfolio files previously selected: ".$Apache::lonhomework::history{"resource.$part.$id.portfiles"}."
"; + $result.="Portfolio files previously selected: ".&Apache::lonnet::unescape($Apache::lonhomework::history{"resource.$part.$id.portfiles"})."
"; } if ($uploadedfile) {