Diff for /loncom/homework/hint.pm between versions 1.15 and 1.16

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

Removed from v.1.15  
changed lines
  Added in v.1.16


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>