Diff for /loncom/homework/grades.pm between versions 1.674 and 1.675

version 1.674, 2012/08/09 20:06:07 version 1.675, 2012/10/02 18:03:07
Line 7004  sub scantron_validate_sequence { Line 7004  sub scantron_validate_sequence {
  my @resources=   my @resources=
     $navmap->retrieveResources($map,\&scantron_filter_not_exam,1,0);      $navmap->retrieveResources($map,\&scantron_filter_not_exam,1,0);
  if (@resources) {   if (@resources) {
     $r->print("<p>".&mt('Some resources in the sequence currently are not set to exam mode. Grading these resources currently may not work correctly.')."</p>");      $r->print(
                   '<p class="LC_warning">'
                  .&mt('Some resources in the sequence currently are not set to'
                      .' exam mode. Grading these resources currently may not'
                      .' work correctly.')
                  .'</p>'
               );
     return (1,$currentphase);      return (1,$currentphase);
  }   }
     }      }

Removed from v.1.674  
changed lines
  Added in v.1.675


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