'."\n";
- if (&Apache::lonnet::validCODE($env{'form.CODE'})) {
+ $env{'form.CODE'} = uc($env{'form.CODE'});
+ if (&Apache::lonnet::validCODE(uc($env{'form.CODE'}))) {
$result.='
'.&mt('CODE: [_1]',$env{'form.CODE'}).'
'."\n";
} else {
delete($env{'form.CODE'});
@@ -6672,9 +6673,7 @@ sub prompt_for_corrections {
my $current_line = $first_bubble_line{$question-1} + 1 ;
if ($lines > 1) {
- $r->print("The group of bubble lines below responds to a single question. ");
- $r->print("Select at most one bubble in a single line and select 'No Bubble' ");
- $r->print("in all the other lines. ");
+ $r->print(&mt("The group of bubble lines below responds to a single question. Select at most one bubble in a single line and select 'No Bubble' in all the other lines. ")." ");
}
for (my $i =0; $i < $lines; $i++) {
my $selected = $$scan_record{"scantron.$current_line.answer"};
@@ -7678,6 +7677,7 @@ GRADINGMENUJS
';
+ $result .= &show_grading_menu_form($symb);
return $result;
}
@@ -7956,8 +7956,6 @@ ENDHEADER
}
$result.=' '.&mt('Found [_1] question(s)',$number).' '.
''.
- &mt('Awarding [_1] percent for corrion(s)',$number).' '.
- ''.
&mt('Awarding [_1] percent for correct and [_2] percent for incorrect responses',
$env{'form.pcorrect'},$env{'form.pincorrect'}).
' ';