--- loncom/homework/grades.pm 2011/10/10 16:35:59 1.659
+++ loncom/homework/grades.pm 2011/10/11 00:00:37 1.660
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.659 2011/10/10 16:35:59 raeburn Exp $
+# $Id: grades.pm,v 1.660 2011/10/11 00:00:37 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -341,7 +341,7 @@ sub cleanRecord {
return '
'.
''.&mt('Answer').' | '.$toprow.'
'.
''.$grayFont.&mt('Option ID').' | '.
- $grayFont.$bottomrow.'
'.'
';
+ $bottomrow.'';
} elsif ($response eq 'match') {
my %answer=&Apache::lonnet::str2hash($answer);
my %grading=&Apache::lonnet::str2hash($record->{$version."resource.$partid.$respid.submissiongrading"});
@@ -363,7 +363,7 @@ sub cleanRecord {
''.$grayFont.&mt('Item ID').' | '.
$middlerow.'
'.
''.$grayFont.&mt('Option ID').' | '.
- $bottomrow.'
'.'';
+ $bottomrow.'';
} elsif ($response eq 'radiobutton') {
my %answer=&Apache::lonnet::str2hash($answer);
my ($toprow,$bottomrow);
@@ -384,7 +384,7 @@ sub cleanRecord {
return ''.
''.&mt('Answer').' | '.$toprow.'
'.
''.$grayFont.&mt('Option ID').' | '.
- $bottomrow.'
'.'
';
+ $bottomrow.'';
} elsif ($response eq 'essay') {
if (! exists ($env{'form.'.$symb})) {
my (%keyhash) = &Apache::lonnet::dump('nohist_handgrade',