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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 02 Aug 2005 18:15:30 -0000


albertel		Tue Aug  2 14:15:30 2005 EDT

  Modified files:              
    /loncom/homework	inputtags.pm 
  Log:
  - lets actually line things up with the correct comment
  
  
Index: loncom/homework/inputtags.pm
diff -u loncom/homework/inputtags.pm:1.173 loncom/homework/inputtags.pm:1.174
--- loncom/homework/inputtags.pm:1.173	Tue Aug  2 14:05:25 2005
+++ loncom/homework/inputtags.pm	Tue Aug  2 14:15:27 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # input  definitons
 #
-# $Id: inputtags.pm,v 1.173 2005/08/02 18:05:25 albertel Exp $
+# $Id: inputtags.pm,v 1.174 2005/08/02 18:15:27 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -43,11 +43,11 @@
     # list of all input ids seen in this problem
     @Apache::inputtags::inputlist=();
     # list of all current response ids
-    @Apache::inputtags::hint=();
+    @Apache::inputtags::response=();
     # list of all response ids seen in this problem
     @Apache::inputtags::responselist=();
     # list of all current hint ids
-    @Apache::inputtags::response=();
+    @Apache::inputtags::hint=();
     # list of all hint ids seen in this problem
     @Apache::inputtags::hintlist=();
     # list of whether or not a specific response was previously used