--- loncom/homework/hint.pm 2001/08/07 23:17:36 1.16 +++ loncom/homework/hint.pm 2001/08/11 17:06:52 1.17 @@ -80,6 +80,8 @@ sub end_numericalhint { my ($ad) = &Apache::inputtags::finalizeawards(split /,/ , $awards); if ($ad eq 'EXACT_ANS' || $ad eq 'APPROX_ANS') { push (@Apache::hint::which,$name); } $result=''; + } elsif ($target eq 'meta') { + $result=&Apache::response::meta_package_write('numericalhint'); } &Apache::response::end_hintresponse(); return $result;