--- loncom/homework/caparesponse/caparesponse.pm 2008/03/06 16:28:22 1.223 +++ loncom/homework/caparesponse/caparesponse.pm 2008/04/05 15:39:20 1.224 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # caparesponse definition # -# $Id: caparesponse.pm,v 1.223 2008/03/06 16:28:22 www Exp $ +# $Id: caparesponse.pm,v 1.224 2008/04/05 15:39:20 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -678,12 +678,12 @@ sub end_numericalresponse { #} } if ($high && $tag eq 'numericalresponse') { - $element.=': ['.$low.','.$high.']'; + $element.='; ['.$low.'; '.$high.']'; $tolline .= "[$low, $high]"; } if (defined($sighigh) && $tag eq 'numericalresponse') { if ($env{'form.answer_output_mode'} eq 'tex') { - $element.= ": Sig $siglow - $sighigh"; + $element.= "; Sig $siglow - $sighigh"; } else { $element.= " Sig $siglow - $sighigh"; $sigline .= "[$siglow, $sighigh]";