--- loncom/homework/imageresponse.pm 2004/03/08 23:23:04 1.51 +++ loncom/homework/imageresponse.pm 2004/03/15 22:09:52 1.52 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.51 2004/03/08 23:23:04 albertel Exp $ +# $Id: imageresponse.pm,v 1.52 2004/03/15 22:09:52 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -341,6 +341,7 @@ sub start_foil { if (defined($Apache::response::foilnames{$name})) { &Apache::lonxml::error(&mt("Foil name [_1] appears more than once. Foil names need to be unique.",$name)); } + $Apache::response::foilnames{$name}++; if ( $Apache::imageresponse::conceptgroup && !&Apache::response::showallfoils()) { push(@{ $Apache::response::conceptgroup{'names'} }, $name);