Diff for /loncom/interface/statistics/lonstudentassessment.pm between versions 1.169 and 1.169.2.1

version 1.169, 2012/03/20 16:05:26 version 1.169.2.1, 2012/05/12 03:42:01
Line 51  package Apache::lonstudentassessment; Line 51  package Apache::lonstudentassessment;
   
 use strict;  use strict;
 use Apache::lonstatistics();  use Apache::lonstatistics();
 use Apache::lonquickgrades();  
 use Apache::lonhtmlcommon();  use Apache::lonhtmlcommon();
 use Apache::loncommon();  use Apache::loncommon();
 use Apache::loncoursedata;  use Apache::loncoursedata;
Line 168  sub BuildStudentAssessmentPage { Line 167  sub BuildStudentAssessmentPage {
         return;          return;
     }      }
     $r->print(&Apache::lonhtmlcommon::breadcrumbs('Chart','Chart_Description:Chart_Sections:Chart_Student_Data:Chart_Enrollment_Status:Chart_Sequences:Chart_Output_Formats:Chart_Output_Data'));      $r->print(&Apache::lonhtmlcommon::breadcrumbs('Chart','Chart_Description:Chart_Sections:Chart_Student_Data:Chart_Enrollment_Status:Chart_Sequences:Chart_Output_Formats:Chart_Output_Data'));
     &Apache::lonquickgrades::startGradeScreen($r,'chart');  
   
     #      #
     # Print out the HTML headers for the interface      # Print out the HTML headers for the interface

Removed from v.1.169  
changed lines
  Added in v.1.169.2.1


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