--- loncom/interface/statistics/loncorrectproblemplot.pm 2012/05/03 11:21:33 1.27 +++ loncom/interface/statistics/loncorrectproblemplot.pm 2012/05/12 03:07:46 1.28.2.1 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncorrectproblemplot.pm,v 1.27 2012/05/03 11:21:33 goltermann Exp $ +# $Id: loncorrectproblemplot.pm,v 1.28.2.1 2012/05/12 03:07:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -31,7 +31,6 @@ use strict; use Apache::lonnet; use Apache::loncommon(); use Apache::lonhtmlcommon(); -use Apache::lonquickgrades(); use Apache::loncoursedata(); use Apache::lonstatistics; use Apache::lonstathelpers; @@ -70,7 +69,6 @@ sub BuildCorrectProblemsPage { &Apache::lonstatistics::PrepareClasslist(); $r->print(&Apache::lonhtmlcommon::breadcrumbs('Correct Problems Plot')); - &Apache::lonquickgrades::startGradeScreen($r,'statistics'); # $r->print(&CreateInterface()); # @@ -194,7 +192,7 @@ sub AnalyzeScoreData { .'

'. &Apache::loncommon::start_data_table(). &Apache::loncommon::start_data_table_header_row(). - "\n".'RangeCount'."\n". + ''.&mt('Range').''.&mt('Count').''. &Apache::loncommon::end_data_table_header_row(); my $sum = 0; while (my $bin = shift(@Bins)) {