--- loncom/homework/default_homework.lcpm 2009/06/23 03:01:15 1.145 +++ loncom/homework/default_homework.lcpm 2009/12/27 19:40:42 1.146 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # used by lonxml::xmlparse() as input variable $safeinit to Apache::run::run() # -# $Id: default_homework.lcpm,v 1.145 2009/06/23 03:01:15 www Exp $ +# $Id: default_homework.lcpm,v 1.146 2009/12/27 19:40:42 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -326,10 +326,10 @@ sub caparesponse_check_list { $element =~ s/\s//g; } my $appendunit=$unit; - if (($unit=~/\%/) && ($answerunit ne '%')) { - $element=$element/100; - $appendunit=~s/\%//; - } +# if (($unit=~/\%/) && ($answerunit ne '%')) { +# $element=$element/100; +# $appendunit=~s/\%//; +# } if (($element==0) && ($unit!~/\w/) && ($answerunit=~/\w/)) { $appendunit=$answerunit; }