--- loncom/homework/structuretags.pm 2005/11/21 21:51:29 1.324 +++ loncom/homework/structuretags.pm 2005/11/21 22:16:38 1.325 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.324 2005/11/21 21:51:29 albertel Exp $ +# $Id: structuretags.pm,v 1.325 2005/11/21 22:16:38 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -645,6 +645,8 @@ sub start_problem { $msg.=&checkout_msg; } elsif ($status eq 'NOT_YET_VIEWED') { $msg.=&firstaccess_msg($accessmsg,$symb); + } elsif ($status eq 'NOT_IN_A_SLOT') { + $msg.=&Apache::bridgetask::add_request_another_attempt_button("Sign up for time to work."); } $result.=$msg.'
'; } elsif ($target eq 'tex') {