--- loncom/homework/hint.pm 2001/08/06 20:33:23 1.15 +++ loncom/homework/hint.pm 2001/08/07 23:17:36 1.16 @@ -55,7 +55,9 @@ sub end_hintgroup { } sub start_numericalhint { + my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_; #do everything in end, so intervening work + &Apache::response::start_hintresponse($parstack,$safeeval); return ''; } @@ -79,6 +81,7 @@ sub end_numericalhint { if ($ad eq 'EXACT_ANS' || $ad eq 'APPROX_ANS') { push (@Apache::hint::which,$name); } $result=''; } + &Apache::response::end_hintresponse(); return $result; }