--- loncom/homework/imageresponse.pm 2003/06/09 22:31:56 1.30 +++ loncom/homework/imageresponse.pm 2003/06/09 22:42:49 1.31 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # image click response style # -# $Id: imageresponse.pm,v 1.30 2003/06/09 22:31:56 albertel Exp $ +# $Id: imageresponse.pm,v 1.31 2003/06/09 22:42:49 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -218,6 +218,16 @@ sub end_conceptgroup { return $result; } +sub insert_foil { + return ' + + + + + +'; +} + $Apache::imageresponse::curname=''; sub start_foil { my ($target,$token,$tagstack,$parstack,$parser,$safeeval,$style)=@_;