--- loncom/homework/essayresponse.pm 2004/11/23 14:37:33 1.50 +++ loncom/homework/essayresponse.pm 2004/12/04 19:16:42 1.51 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # essay (ungraded) style responses # -# $Id: essayresponse.pm,v 1.50 2004/11/23 14:37:33 albertel Exp $ +# $Id: essayresponse.pm,v 1.51 2004/12/04 19:16:42 banghart Exp $ # # Copyright Michigan State University Board of Trustees # @@ -70,8 +70,8 @@ sub start_essayresponse { $part.'_'.$id.'" onFocus="this.form.enctype='. "'multipart/form-data'".';" />
'. &mt('Allowed filetypes: [_1]',$uploadedfiletypes).'
'. - 'OR:
Select Portfolio Files'. + 'OR:
Select Portfolio Files'. '
'. ''. '
'; @@ -146,6 +146,7 @@ sub end_essayresponse { my ($dsymb,$crsid,$domain,$name)=&Apache::lonxml::whichuser(); &Apache::lonnet::unmark_as_readonly($domain,$name,$dsymb.$crsid); &Apache::lonnet::mark_as_readonly($domain,$name,\@submitted_files,$dsymb.$crsid); + &Apache::lonnet::clear_selected_files($name); $uploadedflag=1; } $Apache::lonhomework::results{"resource.$part.$id.submission"}=$response;