--- loncom/homework/grades.pm 2008/07/08 05:29:24 1.526 +++ loncom/homework/grades.pm 2008/07/14 10:28:19 1.528 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.526 2008/07/08 05:29:24 raeburn Exp $ +# $Id: grades.pm,v 1.528 2008/07/14 10:28:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4523,7 +4523,7 @@ sub updateGradeByPage { my ($mapUrl, $id, $resUrl) = &Apache::lonnet::decode_symb( $env{'form.page'}); my $map = $navmap->getResourceByUrl($resUrl); # add to navmaps if (!$map) { - $request->print(''.&mt('Unable to grade requested sequence ([_1]).',$resUrl').''); + $request->print(''.&mt('Unable to grade requested sequence ([_1]).',$resUrl).''); my ($symb)=&get_symb($request); $request->print(&show_grading_menu_form($symb)); return; @@ -5149,7 +5149,7 @@ sub scantron_selectphase { &Apache::lonpickcode::code_list($r,2); - $r>print('
'. + $r->print('
'. $default_form_data."\n". &Apache::loncommon::start_data_table('LC_scantron_action')."\n". &Apache::loncommon::start_data_table_header_row()."\n".