Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.47 and 1.48

version 1.47, 2003/05/13 15:00:42 version 1.48, 2003/05/21 14:43:01
Line 137  sub BuildStudentAssessmentPage { Line 137  sub BuildStudentAssessmentPage {
     if (! exists($ENV{'form.notfirstrun'})) {      if (! exists($ENV{'form.notfirstrun'})) {
         $r->print(<<ENDMSG);          $r->print(<<ENDMSG);
 <p>  <p>
 <font size="+1">  <font size="+2">
 Please make your selections in the boxes above and hit   Please make your selections in the boxes above and hit 
 the button marked &quot;Update&nbsp;Display&quot;.  the button marked &quot;Update&nbsp;Display&quot;.
 </font>  </font>
Line 156  ENDMSG Line 156  ENDMSG
         $initialize     = \&excel_initialize;          $initialize     = \&excel_initialize;
         $output_student = \&excel_outputstudent;          $output_student = \&excel_outputstudent;
         $finish         = \&excel_finish;          $finish         = \&excel_finish;
     } elsif ($output_mode eq 'multi-sheet excel') {  #    } elsif ($output_mode eq 'multi-sheet excel') {
         $initialize     = \&multi_sheet_excel_initialize;  #        $initialize     = \&multi_sheet_excel_initialize;
         $output_student = \&multi_sheet_excel_outputstudent;  #        $output_student = \&multi_sheet_excel_outputstudent;
         $finish         = \&multi_sheet_excel_finish;  #        $finish         = \&multi_sheet_excel_finish;
     } elsif ($output_mode eq 'csv') {      } elsif ($output_mode eq 'csv') {
         $initialize     = \&csv_initialize;          $initialize     = \&csv_initialize;
         $output_student = \&csv_outputstudent;          $output_student = \&csv_outputstudent;
Line 335  my @OutputOptions = Line 335  my @OutputOptions =
        show => 'totals',         show => 'totals',
        show_links => 'no',         show_links => 'no',
            },             },
      { name  => 'multi-sheet Excel',  #     { name  => 'multi-sheet Excel',
        value => 'multi-sheet excel',  #       value => 'multi-sheet excel',
        description => 'Output an Excel file (compatable with Excel 95), '.  #       description => 'Output an Excel file (compatable with Excel 95), '.
    'with a seperate worksheet for each sequence you have selected '.  #   'with a seperate worksheet for each sequence you have selected '.
            'the data for each problem part '.  #           'the data for each problem part '.
            '(number of tries, status, points awarded) will be listed.',  #           '(number of tries, status, points awarded) will be listed.',
        mode => 'multi-sheet excel',  #       mode => 'multi-sheet excel',
        show => 'totals',  #       show => 'totals',
        show_links => 'no',  #       show_links => 'no',
            },  #           },
      { name  => 'multi-sheet Excel, by section',  #     { name  => 'multi-sheet Excel, by section',
        value => 'multi-sheet excel, by section',  #       value => 'multi-sheet excel, by section',
        description => 'Output an Excel file (compatable with Excel 95), '.  #       description => 'Output an Excel file (compatable with Excel 95), '.
    'with a seperate worksheet for each sequence you have selected '.  #   'with a seperate worksheet for each sequence you have selected '.
            'the data for each problem part '.  #           'the data for each problem part '.
            '(number of tries, status, points awarded) will be listed.  '.  #           '(number of tries, status, points awarded) will be listed.  '.
            'There will be one Excel workbook for each section selected.',  #           'There will be one Excel workbook for each section selected.',
        mode => 'multi-sheet excel',  #       mode => 'multi-sheet excel',
        show => 'by section',  #       show => 'by section',
        show_links => 'no',  #       show_links => 'no',
            },  #           },
      { name  => 'CSV, everything',       { name  => 'CSV, everything',
        value => 'csv, everything',         value => 'csv, everything',
        description => '',         description => '',

Removed from v.1.47  
changed lines
  Added in v.1.48


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>