--- loncom/interface/spreadsheet/studentcalc.pm 2003/05/29 18:31:27 1.9 +++ loncom/interface/spreadsheet/studentcalc.pm 2003/05/29 18:39:58 1.10 @@ -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 @@ sub csv_rows { # # 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) {