Diff for /loncom/homework/grades.pm between versions 1.596.2.12.2.37 and 1.596.2.12.2.40

version 1.596.2.12.2.37, 2016/10/14 17:33:34 version 1.596.2.12.2.40, 2017/05/19 20:08:33
Line 3756  sub viewgrades { Line 3756  sub viewgrades {
   
     #retrieve selected groups      #retrieve selected groups
     my (@groups,$group_display);      my (@groups,$group_display);
     @groups = &Apache::loncommon::get_env_multiple(form.group');      @groups = &Apache::loncommon::get_env_multiple('form.group');
     if (grep(/^all$/,@groups)) {      if (grep(/^all$/,@groups)) {
         @groups = ('all');          @groups = ('all');
     } elsif (grep(/^none$/,@groups)) {      } elsif (grep(/^none$/,@groups)) {
Line 3973  sub viewgrades { Line 3973  sub viewgrades {
                     $result .= &mt('There are no students in section(s) [_1] with enrollment status [_2] to modify or grade.',                      $result .= &mt('There are no students in section(s) [_1] with enrollment status [_2] to modify or grade.',
                                    $section_display,$stu_status);                                     $section_display,$stu_status);
                 } elsif (grep(/^none$/,@groups)) {                  } elsif (grep(/^none$/,@groups)) {
                     $result .= &mt('There are no students in section(s) [_1] nd no group with enrollment status [_2] to modify or grade.',                      $result .= &mt('There are no students in section(s) [_1] and no group with enrollment status [_2] to modify or grade.',
                                    $section_display,$stu_status);                                     $section_display,$stu_status);
                 } else {                  } else {
                     $result .= &mt('There are no students in section(s) [_1] and group(s) [_2] with enrollment status [_3] to modify or grade.',                      $result .= &mt('There are no students in section(s) [_1] and group(s) [_2] with enrollment status [_3] to modify or grade.',
Line 10008  sub substatus_options { Line 10008  sub substatus_options {
                                       'queued'    => 'in grading queue',                                        'queued'    => 'in grading queue',
                                       'graded'    => 'with ungraded submissions',                                        'graded'    => 'with ungraded submissions',
                                       'incorrect' => 'with incorrect submissions',                                        'incorrect' => 'with incorrect submissions',
                                       'all'       => 'with any status');                                        'all'       => 'with any status',
                                         );
 }  }
   
 sub reset_perm {  sub reset_perm {

Removed from v.1.596.2.12.2.37  
changed lines
  Added in v.1.596.2.12.2.40


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