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

version 1.16, 2001/08/07 23:17:36 version 1.17, 2001/08/11 17:06:52
Line 80  sub end_numericalhint { Line 80  sub end_numericalhint {
     my ($ad) = &Apache::inputtags::finalizeawards(split /,/ , $awards);      my ($ad) = &Apache::inputtags::finalizeawards(split /,/ , $awards);
     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='';
     } elsif ($target eq 'meta') {
       $result=&Apache::response::meta_package_write('numericalhint');
   }    }
   &Apache::response::end_hintresponse();    &Apache::response::end_hintresponse();
   return $result;    return $result;

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


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