--- loncom/homework/structuretags.pm 2001/11/05 22:49:14 1.72 +++ loncom/homework/structuretags.pm 2001/12/04 14:53:59 1.73 @@ -127,6 +127,9 @@ sub start_problem { @Apache::inputtags::responselist = (); @Apache::inputtags::previous=(); &initialize_storage(); + if ($target eq 'web') { + &Apache::lonhomework::showhash(%Apache::lonhomework::history); + } $Apache::lonhomework::type=&Apache::lonnet::EXT('resource.0.type'); &Apache::lonxml::debug("Found this to be of type :$Apache::lonhomework::type:"); if ($Apache::lonhomework::type eq '') { @@ -209,8 +212,10 @@ sub start_problem { $result.= ' + Random Seed: +
'; } @@ -234,6 +239,7 @@ sub start_problem { +

';