--- loncom/homework/structuretags.pm 2007/08/10 11:35:57 1.388 +++ loncom/homework/structuretags.pm 2007/08/14 01:45:20 1.389 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.388 2007/08/10 11:35:57 foxr Exp $ +# $Id: structuretags.pm,v 1.389 2007/08/14 01:45:20 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -665,6 +665,11 @@ sub start_problem { $Apache::lonhomework::default_type = $Apache::lonhomework::type; &initialize_storage(); + if ($target ne 'analyze' + && $env{'request.state'} eq 'construct') { + &set_problem_state('0'); + } + if ($target eq 'web') { &Apache::lonxml::debug(" grading history "); &Apache::lonhomework::showhash(%Apache::lonhomework::history);