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

albertel lon-capa-cvs-allow@mail.lon-capa.org
Thu, 03 May 2007 16:51:49 -0000


albertel		Thu May  3 12:51:49 2007 EDT

  Modified files:              
    /loncom/homework	bridgetask.pm 
  Log:
  - BUG#5260, Need to put N for it to work
  
  
Index: loncom/homework/bridgetask.pm
diff -u loncom/homework/bridgetask.pm:1.232 loncom/homework/bridgetask.pm:1.233
--- loncom/homework/bridgetask.pm:1.232	Tue Apr 17 20:32:03 2007
+++ loncom/homework/bridgetask.pm	Thu May  3 12:51:47 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: bridgetask.pm,v 1.232 2007/04/18 00:32:03 albertel Exp $
+# $Id: bridgetask.pm,v 1.233 2007/05/03 16:51:47 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2224,8 +2224,8 @@
 	$result.=  
 	    &Apache::edit::text_arg('Id:','id',$token,10).' '.
 	    &Apache::edit::select_arg('Passing is Mandatory:','Mandatory',
-				      [['yes', 'Yes'],
-				       ['no','No'],],
+				      [['Y', 'Yes'],
+				       ['N','No'],],
 				      $token).' <br /> '.
 	    &Apache::edit::text_arg('Required number of passed optional elements to pass the '.$token->[1].':',
 				    'OptionalRequired',$token,4).
@@ -2867,8 +2867,8 @@
 	$result.=  
 	    &Apache::edit::text_arg('Id:','id',$token,10).' '.
 	    &Apache::edit::select_arg('Passing is Mandatory:','Mandatory',
-				      [['yes', 'Yes'],
-				       ['no','No'],],
+				      [['Y', 'Yes'],
+				       ['N','No'],],
 				      $token)
 	    .' <br /> '.&Apache::edit::end_row().
 	    &Apache::edit::start_spanning_row();