[LON-CAPA-cvs] cvs: loncom /homework edit.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 13 Feb 2003 23:53:33 -0000


albertel		Thu Feb 13 18:53:33 2003 EDT

  Modified files:              
    /loncom/homework	edit.pm 
  Log:
  - Fixes the last of BUG#1194, edit insetrt of string/formula hint works
  
  
Index: loncom/homework/edit.pm
diff -u loncom/homework/edit.pm:1.45 loncom/homework/edit.pm:1.46
--- loncom/homework/edit.pm:1.45	Fri Feb  7 17:03:21 2003
+++ loncom/homework/edit.pm	Thu Feb 13 18:53:33 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # edit mode helpers
 #
-# $Id: edit.pm,v 1.45 2003/02/07 22:03:21 albertel Exp $
+# $Id: edit.pm,v 1.46 2003/02/13 23:53:33 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -363,6 +363,18 @@
   return '
 <numericalhint>
 </numericalhint>';
+}
+
+sub insert_stringhint {
+  return '
+<stringhint>
+</stringhint>';
+}
+
+sub insert_formulahint {
+  return '
+<formulahint>
+</formulahint>';
 }
 
 sub insert_radiobuttonhint {