--- loncom/homework/structuretags.pm 2024/02/27 19:46:23 1.512.2.24.2.10 +++ loncom/homework/structuretags.pm 2024/02/27 19:53:40 1.512.2.24.2.11 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.512.2.24.2.10 2024/02/27 19:46:23 raeburn Exp $ +# $Id: structuretags.pm,v 1.512.2.24.2.11 2024/02/27 19:53:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1973,7 +1973,7 @@ sub start_problem { $result .= '

'. &mt('A problem occurred when trying to start the timer.').'

'; } - $result .= &access_status_msg('problem',$status,$symb,$target,$ipused,$accessmsg); + $result .= &access_status_msg('problem',$status,$symb,$target,'',$accessmsg); } elsif ($status eq 'NEEDS_CHECKIN') { my $bodytext=&Apache::lonxml::get_all_text("/problem",$parser, $style);