--- loncom/homework/edit.pm 2004/10/26 15:06:58 1.88 +++ loncom/homework/edit.pm 2005/03/10 02:33:30 1.90 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.88 2004/10/26 15:06:58 albertel Exp $ +# $Id: edit.pm,v 1.90 2005/03/10 02:33:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -300,6 +300,8 @@ sub insert_formularesponse { sub insert_numericalresponse { return ' + + @@ -328,6 +330,8 @@ sub insert_imageresponse { return ' + + @@ -339,6 +343,9 @@ sub insert_optionresponse { return ' + + + @@ -366,6 +373,9 @@ sub insert_radiobuttonresponse { return ' + + + @@ -387,6 +397,9 @@ sub insert_rankresponse { return ' + + + @@ -400,6 +413,9 @@ sub insert_matchresponse { + + + @@ -412,8 +428,7 @@ sub insert_displaytitle { return ' - - + '; }