![]() ![]() | ![]() |
version 1.147, 2004/06/04 22:56:45 | version 1.148, 2004/06/10 21:19:59 |
---|---|
Line 115 sub start_numericalresponse { | Line 115 sub start_numericalresponse { |
} | } |
chop $answertxt; | chop $answertxt; |
if ($target eq 'web') { | if ($target eq 'web') { |
$answertxt.=" $unit.<br />"; | $answertxt.=" $unit "; |
} | } |
$Apache::inputtags::answertxt{$id}=$answertxt; | $Apache::inputtags::answertxt{$id}=$answertxt; |
} | } |