Return to grades.pm CVS log | Up to [LON-CAPA] / loncom / homework |
version 1.439, 2007/09/07 00:07:30 | version 1.440, 2007/09/10 23:03:35 |
---|---|
Line 349 sub cleanRecord { | Line 349 sub cleanRecord { |
$result.='</ul>'; | $result.='</ul>'; |
return $result; | return $result; |
} | } |
} elsif ( $response =~ m/(?:numerical|formula)/) { | |
$answer = | |
&Apache::loncommon::format_previous_attempt_value('submission', | |
$answer); | |
} | } |
return $answer; | return $answer; |
} | } |