--- loncom/interface/statistics/lonsurveyreports.pm 2005/04/07 06:56:24 1.8
+++ loncom/interface/statistics/lonsurveyreports.pm 2006/02/14 15:44:25 1.10
@@ -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.10 2006/02/14 15:44:25 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -206,7 +206,7 @@ sub SurveyProblemSelector {
''.''.
'
'.
- ' | '.$/;
}
@@ -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') {