--- loncom/homework/response.pm 2024/12/25 02:31:06 1.251 +++ loncom/homework/response.pm 2025/02/19 23:38:41 1.252 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # various response type definitons response definition # -# $Id: response.pm,v 1.251 2024/12/25 02:31:06 raeburn Exp $ +# $Id: response.pm,v 1.252 2025/02/19 23:38:41 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -853,13 +853,13 @@ sub answer_header { } push(@answer_bits,$bit); } else { - my $td = ''; + my $th = ''; $result = ''; if ($Apache::lonhomework::type eq 'exam') { - $result .= $td.($Apache::lonxml::counter+$increment). ')'; + $result .= $th.($Apache::lonxml::counter+$increment). ')'; } else { - $result .= $td.&mt('Answer for Part: [_1]', - $Apache::inputtags::part).''; + $result .= $th.&mt('Answer for Part: [_1]', + $Apache::inputtags::part).''; } $result .= "\n"; $need_row_start = 0;