--- loncom/interface/lonevaluate.pm 2007/11/22 15:12:31 1.22 +++ loncom/interface/lonevaluate.pm 2007/11/28 01:41:49 1.23 @@ -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 @@ ENDHEADER } } # ------------------------------------------------------- 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 = (<- @@ -151,14 +154,14 @@ ENDOPTIONS 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(<