--- loncom/xml/scripttag.pm 2000/11/22 21:13:35 1.25 +++ loncom/xml/scripttag.pm 2000/12/05 22:07:26 1.26 @@ -56,7 +56,10 @@ sub start_display { if ( $target eq "modified" ) { } my $result=&Apache::run::run($bodytext,$safeeval); - + if ($target eq 'grade' ) { + # grade should produce no output + $result=''; + } if ($target eq "edit" ) { $result = "
<$token->[1]> output:
$bodytext
Source:
";