--- loncom/interface/statistics/lonproblemanalysis.pm 2008/12/11 14:55:27 1.133 +++ loncom/interface/statistics/lonproblemanalysis.pm 2009/02/04 13:21:54 1.136 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.133 2008/12/11 14:55:27 bisitz Exp $ +# $Id: lonproblemanalysis.pm,v 1.136 2009/02/04 13:21:54 hauer Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1332,7 +1332,7 @@ sub OR_tries_analysis { if ($try > 1) { $analysis_html.= '' .'
' - .&mt('None of the selected students attempted the problem more than [_1] times.' + .&mt('None of the selected students attempted the problem more than [quant,_1,time].' ,$try-1) .'
' .''; @@ -1558,7 +1558,7 @@ sub OR_time_analysis { $table .= ''. &mt('Start time: [_1]',$startdateform).'
'. &mt('End time: [_1]',$enddateform).''.$/; - $table.= ' '.$/; + $table.= ' '.$/; } $table .= ''; # @@ -1942,9 +1942,9 @@ sub CreateInterface { if ($env{'form.NumPlots'} == $i) { $numplots_selector.=' selected="selected" '; } $numplots_selector .= '>'.$i.''; } - $numplots_selector .= '
'; + $numplots_selector .= ''; $Str .= ''; + '
'; ## $Str .= ''; ##