--- loncom/homework/templates/customhints.problem 2010/05/15 12:58:43 1.2 +++ loncom/homework/templates/customhints.problem 2010/10/31 12:33:08 1.3 @@ -34,7 +34,7 @@ Write $solution as an Egyptian Fraction< # Analyze the format ($formaterror,$doubleerror)=&analyze($submission); -if ($formaterror || $doubleerror) { return 'BAD_FORMULA'; } +if ($formaterror || $doubleerror) { return 'WRONG_FORMAT'; } # It is an Egyptian Fraction, is the value correct? if (&cas('maxima',$submission.'-('.$egyptian.')') eq '0') { return 'EXACT_ANS';