--- loncom/homework/hint.pm 2001/01/05 01:14:08 1.4 +++ loncom/homework/hint.pm 2001/01/22 16:42:01 1.5 @@ -96,10 +96,10 @@ sub start_hintpart { foreach $which (@Apache::hint::which) { if ($which eq $on) { $show = 1; last } } } if (!$show) { - &Apache::lonxml::get_all_text("/problem",$$parser[$#$parser]); + &Apache::lonxml::get_all_text("/hintpart",$$parser[$#$parser]); } } else { - &Apache::lonxml::get_all_text("/problem",$$parser[$#$parser]); + &Apache::lonxml::get_all_text("/hintpart",$$parser[$#$parser]); } return ''; }