--- loncom/interface/statistics/lonstathelpers.pm 2010/04/17 22:48:56 1.61 +++ loncom/interface/statistics/lonstathelpers.pm 2010/06/10 16:14:39 1.62 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonstathelpers.pm,v 1.61 2010/04/17 22:48:56 www Exp $ +# $Id: lonstathelpers.pm,v 1.62 2010/06/10 16:14:39 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -612,7 +612,7 @@ sub GetStudentAnswers { my $answer = &Apache::lonstathelpers::get_student_answer ($resource,$sname,$sdom,$partid,$respid); &Apache::lonhtmlcommon::Increment_PrgWin($r,\%prog_state, - &mt('last student')); + 'last student'); $answers{$answer}++; $student->{'answer'} = $answer; }