--- loncom/interface/Attic/lonspreadsheet.pm 2001/11/05 18:22:24 1.73
+++ 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'}) ||
@@ -1262,7 +1268,10 @@ sub updatestudentassesssheet {
'">Evaluation',
'_tutoring' =>
'Tutoring'
+ '">Tutoring',
+ '_discussion' =>
+ 'Discussion'
);
map {
@@ -1716,6 +1725,11 @@ sub forcedrecalc {
sub exportsheet {
my ($uname,$udom,$stype,$usymb,$fn)=@_;
my @exportarr=();
+
+ if (($usymb=~/^\_(\w+)/) && (!$fn)) {
+ $fn='default_'.$1;
+ }
+
#
# Check if cached
#