--- loncom/homework/inputtags.pm 2001/01/10 22:18:11 1.24 +++ loncom/homework/inputtags.pm 2001/01/15 21:44:21 1.25 @@ -99,7 +99,7 @@ sub end_textline { # my $usedtry='1'; # my $response=''; # if ( $target == 'web' ) { -# if ( defined $ENV{'form.submit'}) { +# if ( defined $ENV{'form.submitted'}) { # } # if ($showbutton > 0) { $result.=$button } # } @@ -225,7 +225,7 @@ sub grade { # my $result=''; my $response=''; if ( $target == 'web' ) { - if ( defined $ENV{'form.submit'}) { + if ( defined $ENV{'form.submitted'}) { my @awards = (); &Apache::lonxml::debug("$#Apache::inputtags::responselist"); foreach $response (@Apache::inputtags::responselist) {