--- loncom/homework/edit.pm 2002/11/14 16:47:41 1.42
+++ loncom/homework/edit.pm 2003/01/19 08:13:54 1.43
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.42 2002/11/14 16:47:41 matthew Exp $
+# $Id: edit.pm,v 1.43 2003/01/19 08:13:54 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -327,6 +327,16 @@ sub insert_radiobuttonresponse {
';
}
+sub insert_rankresponse {
+ return '
+
+
+
+
+
+';
+}
+
sub insert_displayduedate { return ''; }
sub insert_displaytitle { return ''; }
sub insert_hintpart {