--- loncom/homework/grades.pm 2008/12/21 22:01:35 1.539
+++ loncom/homework/grades.pm 2008/12/21 22:26:48 1.540
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.539 2008/12/21 22:01:35 riegler Exp $
+# $Id: grades.pm,v 1.540 2008/12/21 22:26:48 riegler Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1656,7 +1656,7 @@ sub gradeBox {
$wgt.')" />'."\n";
$line.='
/'.$wgt.' '.$wgtmsg.
($$record{'resource.'.$partid.'.solved'} eq 'correct_by_student' ? ' '.$checkIcon : '').
- ' | '."\n";
+ ' | '.&mt('Grade Status').':'."\n";
$line.=''."\n";
+ #&mt(' | Part: | [_1] | Points: | [_2] | or | [_3] | ',$display_part,$radio,$line);
$result .=
- &mt('Part: | [_1] | Points: | [_2] | or | [_3] | ',$display_part,$radio,$line);
-
+ ''.&mt('Part').': | '.$display_part.' | '.&mt('Points').': | '.$radio.' | '.&mt('or').' | '.$line.' | '.
$result.=''."\n";
$result.=''."\n".
@@ -3230,7 +3230,6 @@ sub viewgrades {
$line.=''."\n";
- #&mt('Part: | [_1] | Points: | [_2] | or | [_3] | ',$display_part,$radio,$line).
$result.=
&Apache::loncommon::start_data_table_row()."\n".
''.&mt('Part').': | '.$display_part.' | '.&mt('Points').': | '.$radio.' | '.&mt('or').' | '.$line.' | '.