--- loncom/homework/grades.pm 2020/05/08 13:49:02 1.767 +++ loncom/homework/grades.pm 2020/05/08 14:56:53 1.768 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.767 2020/05/08 13:49:02 raeburn Exp $ +# $Id: grades.pm,v 1.768 2020/05/08 14:56:53 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4198,7 +4198,7 @@ sub editgrades { my $section_display = join (", ",&Apache::loncommon::get_env_multiple('form.section')); my $title='

'.&mt('Current Grade Status').'

'; - $title.='

'.&mt('Section: [_1]',$section_display).'

'."\n"; + $title.='

'.&mt('Section:').' '.$section_display.'

'."\n"; my $result= &Apache::loncommon::start_data_table(). &Apache::loncommon::start_data_table_header_row(). @@ -4641,7 +4641,7 @@ ENDUPFORM sub csvuploadmap { - my ($request,$symb)= @_; + my ($request,$symb) = @_; if (!$symb) {return '';} my $datatoken; @@ -6001,8 +6001,6 @@ sub scantron_selectphase { $r->print($result); - - # Chunk of the form that prompts to view a scoring office file, # corrected file, skipped records in a file. @@ -9738,7 +9736,6 @@ sub verify_scantron_grading { return ($counter,$record); } - #-------- end of section for handling grading scantron forms ------- # #------------------------------------------------------------------- @@ -9859,7 +9856,6 @@ sub grading_menu { return $Str; } - sub ungraded { my ($request)=@_; &submit_options($request);