--- loncom/homework/structuretags.pm 2004/03/09 20:37:58 1.245 +++ loncom/homework/structuretags.pm 2004/04/29 07:57:47 1.246 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.245 2004/03/09 20:37:58 albertel Exp $ +# $Id: structuretags.pm,v 1.246 2004/04/29 07:57:47 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -405,8 +405,8 @@ sub start_problem { $Apache::lonhomework::scantronmode=1; } + &initialize_storage(); if ($target ne 'analyze') { - &initialize_storage(); if ($target eq 'web') { &Apache::lonhomework::showhash(%Apache::lonhomework::history); }