--- loncom/homework/edit.pm 2002/08/07 16:23:05 1.36
+++ loncom/homework/edit.pm 2002/10/25 19:02:38 1.37
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# edit mode helpers
#
-# $Id: edit.pm,v 1.36 2002/08/07 16:23:05 albertel Exp $
+# $Id: edit.pm,v 1.37 2002/10/25 19:02:38 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -292,6 +292,12 @@ sub insert_numericalhint {
';
}
+sub insert_radiobuttonhint {
+ return '
+
+';
+}
+
sub insert_startouttext {
return "\n";
}