--- loncom/homework/response.pm 2001/01/19 21:44:51 1.19 +++ loncom/homework/response.pm 2001/01/22 19:58:09 1.20 @@ -119,7 +119,7 @@ sub start_optionresponse { sub start_responseparam { my ($target,$token,$parstack,$parser,$safeeval)=@_; - if ($target eq 'grade') { + if ($target eq 'grade' || $target eq 'web') { my $args=''; if ( $#$parstack > -1 ) { $args=$$parstack[$#$parstack]; } my $default = &Apache::run::run("{$args;".'return $default}',$safeeval);