--- loncom/homework/grades.pm 2010/04/01 02:28:27 1.574.2.10 +++ loncom/homework/grades.pm 2010/05/22 01:01:03 1.574.2.12 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.574.2.10 2010/04/01 02:28:27 raeburn Exp $ +# $Id: grades.pm,v 1.574.2.12 2010/05/22 01:01:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3851,7 +3851,6 @@ ENDPICK } sub csvupload_fields { - my ($symb) = @_; my ($symb,$errorref) = @_; my (@parts) = &getpartlist($symb,$errorref); if (ref($errorref)) { @@ -8470,7 +8469,7 @@ sub grading_menu { push(@menu, { url => $url, name => &mt('Grade/Manage/Review Bubblesheets'), short_description => - &mt('Grade scantron exams, upload/download scantron data files, and review previously graded scantron exams.')}); + &mt('Grade bubblesheet exams, upload/download bubblesheet data files, and review previously graded bubblesheet exams.')}); $fields{'command'} = 'verify'; $url = &Apache::lonhtmlcommon::build_url('grades/',\%fields); push(@menu, { url => "",