--- loncom/interface/statistics/lonproblemanalysis.pm 2004/01/20 15:51:06 1.61 +++ loncom/interface/statistics/lonproblemanalysis.pm 2004/01/28 14:53:34 1.62 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonproblemanalysis.pm,v 1.61 2004/01/20 15:51:06 matthew Exp $ +# $Id: lonproblemanalysis.pm,v 1.62 2004/01/28 14:53:34 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -76,7 +76,7 @@ sub BuildProblemAnalysisPage { # &Apache::lonstatistics::PrepareClasslist(); # - $r->print('

'.&mt('Option Response Problem Analysis').'

'); + $r->print('

'.&mt('Detailed Problem Analysis').'

'); $r->print(&CreateInterface()); # my @Students = @Apache::lonstatistics::Students;