--- loncom/homework/hint.pm 2001/01/22 19:58:09 1.6 +++ loncom/homework/hint.pm 2001/02/19 20:32:36 1.8 @@ -27,7 +27,7 @@ sub start_hintgroup { if ($target eq 'web') {$result='
';}
}
}
- if ($skiptoend) {
+ if ($skiptoend && $target ne 'meta') {
&Apache::lonxml::get_all_text("/hintgroup",$$parser[$#$parser]);
}
@Apache::hint::which=();
@@ -66,7 +66,7 @@ sub end_numericalhint {
if ( $#$parstack > -1 ) { $args=$$parstack[$#$parstack]; }
my $name = &Apache::run::run("{$args;".'return $name}',$safeeval);
my $response = $Apache::lonhomework::history{"resource.$Apache::inputtags::part.$Apache::inputtags::response['-1'].submission"};
- &Apache::lonxml::debug("hintgroup is using $response \n"); + &Apache::lonxml::debug("hintgroup is using $response \n"); my $expression="&caparesponse_check_list('".$response."','". $$parstack[$#$parstack]. ';my $tol="'.$Apache::inputtags::params{'tol'}.'"'. |