--- loncom/interface/statistics/longradinganalysis.pm 2006/05/05 20:03:43 1.5
+++ loncom/interface/statistics/longradinganalysis.pm 2008/10/23 09:07:51 1.9
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: longradinganalysis.pm,v 1.5 2006/05/05 20:03:43 raeburn Exp $
+# $Id: longradinganalysis.pm,v 1.9 2008/10/23 09:07:51 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -197,7 +197,7 @@ sub task_analysis {
}
close($outputfile);
$r->print('
'.
- ''.&mt('Your csv file.')."\n");
+ ''.&mt('Your CSV file.')."\n");
} elsif ($env{'form.output'} eq 'excel') {
my ($excel_workbook,$excel_sheet,$filename,$format,$rows_output) =
&init_excel_output($r);
@@ -216,13 +216,17 @@ sub task_analysis {
''.
&mt('Your Excel spreadsheet.').''."\n");
} else {
- $r->print('
Name (username) | Grades Assigned | '.&mt('Name (username)').' | '.&mt('Grades Assigned').' | '. + &Apache::loncommon::end_data_table_header_row() ); foreach my $line (@output) { - $r->print(sprintf("
---|---|
%s (%s) | %s | %s (%s) | %s | ", + @{$line}). + &Apache::loncommon::end_data_table_row()); } - $r->print('