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

www www@source.lon-capa.org
Tue, 23 Nov 2010 17:01:29 -0000


www		Tue Nov 23 17:01:29 2010 EDT

  Modified files:              
    /loncom/homework	functionplotresponse.pm 
  Log:
  Improvements to colorful editor
  
  
Index: loncom/homework/functionplotresponse.pm
diff -u loncom/homework/functionplotresponse.pm:1.43 loncom/homework/functionplotresponse.pm:1.44
--- loncom/homework/functionplotresponse.pm:1.43	Sat Nov 20 21:35:53 2010
+++ loncom/homework/functionplotresponse.pm	Tue Nov 23 17:01:28 2010
@@ -1,7 +1,7 @@
 # LearningOnline Network with CAPA
 # option list style responses
 #
-# $Id: functionplotresponse.pm,v 1.43 2010/11/20 21:35:53 www Exp $
+# $Id: functionplotresponse.pm,v 1.44 2010/11/23 17:01:28 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -467,18 +467,19 @@
                                    ['1','First derivative'],
                                    ['2','Second derivative'],
                                    ['-1','Integral']],$token).'<br />'.
-             &Apache::edit::text_arg('(Initial) x-value:','xinitial',
+             &Apache::edit::text_arg('Initial x-value:','xinitial',
                                       $token,'8').
-             &Apache::edit::select_or_text_arg('(Initial) x-value label:','xinitiallabel',
-                                               [['start','Start of Plot']],$token,'8').'<br />'.
+             &Apache::edit::select_or_text_arg('Initial x-value label:','xinitiallabel',
+                                               [['start','Start of Plot'],
+                                                ['end','End of Plot']],$token,'8').'<br />'.
 
-             &Apache::edit::text_arg('Optional final x-value for ranges:','xfinal',
+             &Apache::edit::text_arg('Final x-value (optional):','xfinal',
                                       $token,'8').
-             &Apache::edit::select_or_text_arg('Optional final x-value label:','xfinallabel',
+             &Apache::edit::select_or_text_arg('Final x-value label (optional):','xfinallabel',
                                                [['end','End of Plot']],$token,'8').'<br />'.
-             &Apache::edit::text_arg('Optional minimum length for range:','minimumlength',
+             &Apache::edit::text_arg('Minimum length for range (optional):','minimumlength',
                                      $token,'8').
-             &Apache::edit::text_arg('Optional maximum length for range:','maximumlength',
+             &Apache::edit::text_arg('Maximum length for range (optional):','maximumlength',
                                      $token,'8').'<br />'.
              &Apache::edit::select_or_text_arg(&mt('Relationship:'),'relationship',
                                   [['eq','equal'],
@@ -562,7 +563,7 @@
              &Apache::edit::text_arg('Index:','index',
                                      $token,'4').'&nbsp;'.
              &Apache::edit::select_arg('Order:','order',
-                                  ['2','3','4','5','6','7','8','9'],$token).'&nbsp;'.
+                                  ['2','3','4','5','6','7','8'],$token).'&nbsp;'.
              &Apache::edit::text_arg('Initial x-value:','initx',
                                      $token,'4').'&nbsp;'.
              &Apache::edit::text_arg('Initial y-value:','inity',