[LON-CAPA-cvs] cvs: loncom /homework grades.pm

raeburn raeburn at source.lon-capa.org
Wed Feb 6 00:46:51 EST 2019


raeburn		Wed Feb  6 05:46:51 2019 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - Remove redundant line
  - Update documentation
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.757 loncom/homework/grades.pm:1.758
--- loncom/homework/grades.pm:1.757	Thu Jan 31 17:44:18 2019
+++ loncom/homework/grades.pm	Wed Feb  6 05:46:51 2019
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.757 2019/01/31 17:44:18 raeburn Exp $
+# $Id: grades.pm,v 1.758 2019/02/06 05:46:51 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -5902,7 +5902,6 @@
 
         $r->print('
     <br />');
-    my $default_form_data=&defaultFormData($symb);
     my $cdom= $env{'course.'.$env{'request.course.id'}.'.domain'};
     my $cnum= $env{'course.'.$env{'request.course.id'}.'.num'};
     my $alertmsg = &mt('Please use the browse button to select a file from your local directory.');
@@ -11026,7 +11025,7 @@
     $r           - Apache request object
     $i           - number of the current scanline
     $scan_record - hash ref as returned from &scantron_parse_scanline()
-    $scan_config - hash ref as returned from &get_scantron_config()
+    $scan_config - hash ref as returned from &Apache::lonnet::get_scantron_config()
     $line        - full contents of the current scanline
     $error       - error condition, valid values are
                    'incorrectCODE', 'duplicateCODE',




More information about the LON-CAPA-cvs mailing list