[LON-CAPA-cvs] cvs: loncom /interface lonevaluate.pm

albertel lon-capa-cvs-allow@mail.lon-capa.org
Wed, 28 Nov 2007 01:41:51 -0000


albertel		Tue Nov 27 20:41:51 2007 EDT

  Modified files:              
    /loncom/interface	lonevaluate.pm 
  Log:
  - style police
  
  
Index: loncom/interface/lonevaluate.pm
diff -u loncom/interface/lonevaluate.pm:1.22 loncom/interface/lonevaluate.pm:1.23
--- loncom/interface/lonevaluate.pm:1.22	Thu Nov 22 10:12:31 2007
+++ loncom/interface/lonevaluate.pm	Tue Nov 27 20:41:49 2007
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Evaluate
 #
-# $Id: lonevaluate.pm,v 1.22 2007/11/22 15:12:31 bisitz Exp $
+# $Id: lonevaluate.pm,v 1.23 2007/11/28 01:41:49 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -135,8 +135,11 @@
        }       
     }
 # ------------------------------------------------------- Print out eval screen
-    my %lt=&Apache::lonlocal::texthash('a' => 'Strongly Disagree', 'b' => 'Disagree'
-                                       , 'c' => 'Neutral', 'd' => 'Agree', 'e' => 'Strongly Agree');
+    my %lt=&Apache::lonlocal::texthash('a' => 'Strongly Disagree',
+				       'b' => 'Disagree',
+				       'c' => 'Neutral',
+				       'd' => 'Agree',
+				       'e' => 'Strongly Agree',);
     my $standardoptions='';
     $standardoptions = (<<ENDOPTIONS);
 <option value="0">-</option>
@@ -151,14 +154,14 @@
     my $end_page   = &Apache::loncommon::end_page();
 
      %lt=&Apache::lonlocal::texthash(
-       'pleaserank' => 'Please rank the following criteria:'
-     , 'correct' => 'The material appears to be correct'
-     , 'helpful' => 'The material is helpful'
-     , 'depth' => 'The material is covered with sufficient depth'
-     , 'clear' => 'The material is presented in a clear way'
-     , 'technical' => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)'
-     , 'comments' => 'Any comments?'
-     , 'submit' => 'Submit Evaluation'
+       'pleaserank' => 'Please rank the following criteria:',
+       'correct'    => 'The material appears to be correct',
+       'helpful'    => 'The material is helpful',
+       'depth'      => 'The material is covered with sufficient depth',
+       'clear'      => 'The material is presented in a clear way',
+       'technical'  => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc)',
+       'comments'   => 'Any comments?',
+       'submit'     => 'Submit Evaluation',
     );
     $r->print(<<ENDDOCUMENT);
 $start_page