--- loncom/homework/edit.pm 2007/02/18 02:00:59 1.105 +++ loncom/homework/edit.pm 2007/05/22 01:03:35 1.106 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # edit mode helpers # -# $Id: edit.pm,v 1.105 2007/02/18 02:00:59 albertel Exp $ +# $Id: edit.pm,v 1.106 2007/05/22 01:03:35 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -324,6 +324,56 @@ sub insert_customresponse_answer { '; } +sub insert_customhint { + return ' + + + + '; +} + +sub insert_customhint_answer { + return ' + + +'; +} + +sub insert_mathresponse { + return ' + + + + + + + + +'; +} + +sub insert_mathresponse_answer { + return ' + + +'; +} + +sub insert_mathhint { + return ' + + + + '; +} + +sub insert_mathhint_answer { + return ' + + +'; +} + sub insert_stringresponse { return '