Diff for /loncom/homework/grades.pm between versions 1.424 and 1.425

version 1.424, 2007/07/25 00:00:23 version 1.425, 2007/07/25 00:11:05
Line 5666  sub scantron_remove_scan_data { Line 5666  sub scantron_remove_scan_data {
          count     - number of scanlines           count     - number of scanlines
     
      - second is the scan_data hash possible keys are       - second is the scan_data hash possible keys are
          ($number refers to scanline numbered $number and thus the key affects
           only that scanline
           $bubline refers to the specific bubble line element and the aspects
           refers to that specific bubble line element)
   
          $number.user - username:domain to use
          $number.CODE_ignore_dup 
                       - ignore the duplicate CODE error 
          $number.useCODE
                       - use the CODE in the scanline as is
          $number.no_bubble.$bubline
                       - it is valid that there is no bubbled in bubble
                         at $number $bubline
          remember_skipping
                       - a frozen hash containing keys of $number and values
                         of either 
                           1 - we are on a 'do skipped records pass' and plan
                               on processing this line
                           2 - we are on a 'do skipped records pass' and this
                               scanline has been marked to skip yet again
   
 =cut  =cut
   

Removed from v.1.424  
changed lines
  Added in v.1.425


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