--- loncom/homework/grades.pm 2005/02/28 21:18:08 1.249 +++ loncom/homework/grades.pm 2005/03/03 05:57:26 1.250 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.249 2005/02/28 21:18:08 albertel Exp $ +# $Id: grades.pm,v 1.250 2005/03/03 05:57:26 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -96,7 +96,7 @@ sub get_symb_and_url { sub nameUserString { my ($type,$fullname,$uname,$udom) = @_; if ($type eq 'header') { - return ' Fullname (Username) Section/Group'; + return ' Fullname (Username)'; } else { return ' '.$fullname.' ('.$uname. ($ENV{'user.domain'} eq $udom ? '' : ' ('.$udom.')').')'; @@ -678,7 +678,7 @@ LISTJAVASCRIPT my $loop = 0; while ($loop < 2) { $gradeTable.=' No.  Select '. - ''.&nameUserString('header').''; + ''.&nameUserString('header').' Section/Group'; if ($ENV{'form.showgrading'} eq 'yes' && $submitonly ne 'all') { foreach (sort(@$partlist)) { my $display_part=&get_display_part((split(/_/))[0],$url,$symb);