[LON-CAPA-cvs] cvs: loncom /interface/spreadsheet studentcalc.pm

matthew lon-capa-cvs@mail.lon-capa.org
Thu, 29 May 2003 18:39:58 -0000


matthew		Thu May 29 14:39:58 2003 EDT

  Modified files:              
    /loncom/interface/spreadsheet	studentcalc.pm 
  Log:
  Trivial change to header row of excel spreadsheet export to make it match
  the values used by chart.
  
  
Index: loncom/interface/spreadsheet/studentcalc.pm
diff -u loncom/interface/spreadsheet/studentcalc.pm:1.9 loncom/interface/spreadsheet/studentcalc.pm:1.10
--- loncom/interface/spreadsheet/studentcalc.pm:1.9	Thu May 29 14:31:27 2003
+++ loncom/interface/spreadsheet/studentcalc.pm	Thu May 29 14:39:58 2003
@@ -1,5 +1,5 @@
 #
-# $Id: studentcalc.pm,v 1.9 2003/05/29 18:31:27 matthew Exp $
+# $Id: studentcalc.pm,v 1.10 2003/05/29 18:39:58 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -332,7 +332,7 @@
     #
     # Write a header row
     $self->csv_output_row($filehandle,undef,
-                          ('Container','Assessment title'));
+                          ('Sequence or Folder','Assessment title'));
     #
     # Write each assessments row
     if (scalar(@Sequences)< 1) {