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

raeburn raeburn at source.lon-capa.org
Tue Dec 18 13:05:35 EST 2012


raeburn		Tue Dec 18 18:05:35 2012 EDT

  Modified files:              
    /loncom/homework	grades.pm 
  Log:
  - Typo in 1.682.
  
  
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.682 loncom/homework/grades.pm:1.683
--- loncom/homework/grades.pm:1.682	Tue Dec 18 18:03:40 2012
+++ loncom/homework/grades.pm	Tue Dec 18 18:05:35 2012
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # The LON-CAPA Grading handler
 #
-# $Id: grades.pm,v 1.682 2012/12/18 18:03:40 raeburn Exp $
+# $Id: grades.pm,v 1.683 2012/12/18 18:05:35 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -8679,7 +8679,7 @@
        .'</p>'
     );
     $r->print('<p>'
-             .&mt('Exact matches for [_1][quant,_2,student][_3].','<b>',$passed,'</b>').
+             .&mt('Exact matches for [_1][quant,_2,student][_3].','<b>',$passed,'</b>')
              .'<br />'
              .&mt('Discrepancies detected for [_1][quant,_2,student][_3].','<b>',$failed,'</b>')
              .'</p>'




More information about the LON-CAPA-cvs mailing list