--- loncom/homework/caparesponse/caparesponse.pm 2003/06/24 20:41:56 1.105 +++ loncom/homework/caparesponse/caparesponse.pm 2003/07/24 13:25:37 1.106 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.105 2003/06/24 20:41:56 albertel Exp $ +# $Id: caparesponse.pm,v 1.106 2003/07/24 13:25:37 sakharuk Exp $ # # Copyright Michigan State University Board of Trustees # @@ -324,7 +324,7 @@ sub end_numericalresponse { if ($high && $$tagstack[-1] eq 'numericalresponse') { $ans.=' ['.$low.','.$high.']'; } if ($sighigh && $$tagstack[-1] eq 'numericalresponse') { if ($ENV{'form.answer_output_mode'} eq 'tex') { - $ans.= " Sig \\textit{$siglow - $sighigh}"; + $ans.= " Sig $siglow - $sighigh"; } else { $ans.= " Sig $siglow - $sighigh"; } @@ -343,7 +343,7 @@ sub end_numericalresponse { if ($target eq 'answer') { if ($ENV{'form.answer_output_mode'} eq 'tex') { $result.=&Apache::response::answer_part($$tagstack[-1], - "Unit: \\verb|$unit|"); + " Unit: $unit "); } else { $result.=&Apache::response::answer_part($$tagstack[-1], "Unit: $unit");