--- loncom/interface/statistics/lonsurveyreports.pm 2005/04/07 06:56:24 1.8 +++ loncom/interface/statistics/lonsurveyreports.pm 2005/06/28 20:01:17 1.9 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsurveyreports.pm,v 1.8 2005/04/07 06:56:24 albertel Exp $ +# $Id: lonsurveyreports.pm,v 1.9 2005/06/28 20:01:17 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -483,7 +483,8 @@ sub make_HTML_report { $Str .= ''. ''.&mt('Total').''. ''.$data->{'_count'}.''. - ''.&mt('Part [_1], Response [_2]',$partid,$respid).''. + ''.&mt('Part [_1], Response [_2]', + $resource->part_display($partid),$respid).''. ''; if (exists($data->{'responses'}) && ref($data->{'responses'}) eq 'ARRAY') {