--- loncom/interface/Attic/lonspreadsheet.pm 2001/11/06 10:43:57 1.74 +++ loncom/interface/Attic/lonspreadsheet.pm 2001/11/06 11:14:42 1.75 @@ -1245,7 +1245,13 @@ sub updatestudentassesssheet { # --------------------------------------------------------- Get all assessments my %allkeys=('timestamp' => - 'Timestamp of Last Transaction
timestamp'); + 'Timestamp of Last Transaction
timestamp', + 'subnumber' => + 'Number of Submissions
subnumber', + 'tutornumber' => + 'Number of Tutor Responses
tutornumber', + 'totalpoints' => + 'Total Points Granted
totalpoints'); my $adduserstr=''; if ((&getuname($safeeval) ne $ENV{'user.name'}) ||