--- loncom/homework/grades.pm 2010/01/27 06:28:35 1.574.2.8 +++ loncom/homework/grades.pm 2010/04/01 01:00:28 1.574.2.9 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.574.2.8 2010/01/27 06:28:35 raeburn Exp $ +# $Id: grades.pm,v 1.574.2.9 2010/04/01 01:00:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1754,8 +1754,6 @@ sub gradeBox { } $line.=''."\n"; - - #&mt('Part:[_1]Points:[_2]or[_3]',$display_part,$radio,$line); $result .= ''.&mt('Part').':'.$display_part.''.&mt('Points').':'.$radio.''.&mt('or').''.$line.''; $result.=''."\n";