[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface/statistics lonstudentassessment.pm

raeburn raeburn at source.lon-capa.org
Fri May 11 23:42:02 EDT 2012


raeburn		Sat May 12 03:42:02 2012 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface/statistics	lonstudentassessment.pm 
  Log:
  - For 2.11
    - Reverse changes for 1.163 - they require "3.0" grading interface.
  
  
Index: loncom/interface/statistics/lonstudentassessment.pm
diff -u loncom/interface/statistics/lonstudentassessment.pm:1.169 loncom/interface/statistics/lonstudentassessment.pm:1.169.2.1
--- loncom/interface/statistics/lonstudentassessment.pm:1.169	Tue Mar 20 16:05:26 2012
+++ loncom/interface/statistics/lonstudentassessment.pm	Sat May 12 03:42:01 2012
@@ -1,6 +1,6 @@
 # The LearningOnline Network with CAPA
 #
-# $Id: lonstudentassessment.pm,v 1.169 2012/03/20 16:05:26 bisitz Exp $
+# $Id: lonstudentassessment.pm,v 1.169.2.1 2012/05/12 03:42:01 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -51,7 +51,6 @@
 
 use strict;
 use Apache::lonstatistics();
-use Apache::lonquickgrades();
 use Apache::lonhtmlcommon();
 use Apache::loncommon();
 use Apache::loncoursedata;
@@ -168,7 +167,6 @@
         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'));
-    &Apache::lonquickgrades::startGradeScreen($r,'chart');
 
     #
     # Print out the HTML headers for the interface




More information about the LON-CAPA-cvs mailing list