--- loncom/homework/externalresponse.pm 2014/12/07 19:45:08 1.31 +++ loncom/homework/externalresponse.pm 2014/12/22 17:04:03 1.32 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # external style responses # -# $Id: externalresponse.pm,v 1.31 2014/12/07 19:45:08 raeburn Exp $ +# $Id: externalresponse.pm,v 1.32 2014/12/22 17:04:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -97,7 +97,8 @@ sub start_externalresponse { ($Apache::lonhomework::type eq 'anonsurveycred')) { $hiddendraft = ''; } else { - $result = &Apache::essayresponse::draft_row($part,$id,$ncol,$uploadedfiletypes); + $result = &Apache::essayresponse::draft_row($part,$id,$ncol,$uploadedfiletypes, + 'externalresponse'); } if ($ncol > 0) { $result .= &Apache::essayresponse::get_collab_row($part,$id,$coll,$ncol);