--- loncom/homework/inputtags.pm 2004/02/24 23:22:24 1.132 +++ loncom/homework/inputtags.pm 2004/02/27 17:18:32 1.133 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # input definitons # -# $Id: inputtags.pm,v 1.132 2004/02/24 23:22:24 albertel Exp $ +# $Id: inputtags.pm,v 1.133 2004/02/27 17:18:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -62,6 +62,8 @@ sub initialize_inputtags { @Apache::inputtags::import=(); # list of all import ids seen @Apache::inputtags::importlist=(); + # just used to note whether we have seen a response that isn't in a part + $Apache::inputtags::response_with_no_part=0; } sub check_for_duplicate_ids {