--- loncom/interface/statistics/lonstudentsubmissions.pm 2004/11/19 19:44:39 1.28 +++ loncom/interface/statistics/lonstudentsubmissions.pm 2004/12/06 16:53:39 1.29 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstudentsubmissions.pm,v 1.28 2004/11/19 19:44:39 matthew Exp $ +# $Id: lonstudentsubmissions.pm,v 1.29 2004/12/06 16:53:39 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -892,7 +892,7 @@ sub prepare_csv_output { sub compile_response_data { my ($response,$student,$prob,$partid,$respid) = @_; my @rowdata; - push(@rowdata,$response->[&Apache::loncoursedata::RDs_submission()]); + push(@rowdata,&Apache::lonnet::unescape($response->[&Apache::loncoursedata::RDs_submission()])); if ($ENV{'form.correctans'} eq 'true') { my $correct = &Apache::lonstathelpers::get_student_answer ($prob,$student->{'username'},$student->{'domain'},