Diff for /loncom/homework/grades.pm between versions 1.596.2.8 and 1.596.2.9

version 1.596.2.8, 2011/10/11 00:25:45 version 1.596.2.9, 2011/10/23 02:15:25
Line 2106  sub submission { Line 2106  sub submission {
                           keyw => 'Keyword Options',                            keyw => 'Keyword Options',
                           list => 'List',                            list => 'List',
                           past => 'Paste Selection to List',                            past => 'Paste Selection to List',
                           high => 'Hightlight Attribute',                            high => 'Highlight Attribute',
                      );                       );
 #  #
 # Print out the keyword options line  # Print out the keyword options line
Line 7176  ENDSCRIPT Line 7176  ENDSCRIPT
  }   }
         $r->print(&verify_bubbles_checked(@lines_to_correct));          $r->print(&verify_bubbles_checked(@lines_to_correct));
     } elsif ($error eq 'missingbubble') {      } elsif ($error eq 'missingbubble') {
  $r->print('<p class="LC_warning">.&mt("There have been [_1]no[_2] bubbles scanned for some question(s)",'<b>','</b>')."</p>\n");   $r->print('<p class="LC_warning">'.&mt("There have been [_1]no[_2] bubbles scanned for some question(s)",'<b>','</b>')."</p>\n");
  $r->print($message);   $r->print($message);
  $r->print("<p>".&mt("Please indicate which bubble should be used for grading.")."</p>");   $r->print("<p>".&mt("Please indicate which bubble should be used for grading.")."</p>");
  $r->print(&mt("Some questions have no scanned bubbles.")."\n");   $r->print(&mt("Some questions have no scanned bubbles.")."\n");

Removed from v.1.596.2.8  
changed lines
  Added in v.1.596.2.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>