[LON-CAPA-cvs] cvs: modules /raeburn FIE_usage.pl
raeburn
lon-capa-cvs@mail.lon-capa.org
Fri, 26 May 2006 21:46:00 -0000
raeburn Fri May 26 17:46:00 2006 EDT
Modified files:
/modules/raeburn FIE_usage.pl
Log:
Updating documentation
Index: modules/raeburn/FIE_usage.pl
diff -u modules/raeburn/FIE_usage.pl:1.13 modules/raeburn/FIE_usage.pl:1.14
--- modules/raeburn/FIE_usage.pl:1.13 Fri May 26 16:31:26 2006
+++ modules/raeburn/FIE_usage.pl Fri May 26 17:45:57 2006
@@ -34,7 +34,7 @@
# where ...
# anonymous is set to no, if user names and owner information should be stored.
# the default is for anonymous to be set to yes.
-# in this case, the actual username is replaced with user01, user02 etc.
+# in this case, the actual username is replaced with user001, user002 etc.
# the actual owner username is replaced with owner01 etc.
# domain is the LON-CAPA domain being investigated (e.g., msu)
# dc is the username of a domain coordinator in the domain
@@ -42,7 +42,7 @@
# include in the data collection
# allowed values are: instcode, enrollment or courseid
# - instcode to filter by institutional code
-# - enrollment to filter by default start and end enrollment dates
+# - enrollment to filter by default start enrollment date
# - courseid to use a specified set of LON-CAPA courseIDs
# if filter = instcode, then a value should be supplied for coursefilters
#
@@ -51,8 +51,8 @@
#
# if filter = enrollment
# values need to be supplied for startopen and startclose
-# startopen - time in the format YYYY-MM-DD
-# startclose - time in the format YYYY-MM-DD
+# startopen - time in the format YYYY-MM-DD
+# startclose - time in the format YYYY-MM-DD
# courses with default start enrollment times falling between
# startopen and startclose will be included in data collection
#
@@ -78,6 +78,7 @@
# startopen:
# startclose:
# courseids:
+# excluded:raeburn,albertel
#
# The following files will be written to in the directory in which the
# FIE_usage.pl script is run.
@@ -171,9 +172,6 @@
my %savedsummary = ();
my $ownernum = 0;
-# Determine the present time;
-my $timenow = time();
-
my $output = '';
open (SUMM,">fie-data-summary.txt");
print SUMM "ID,CourseCode,Enrollment,Cloned,Items,Problems,Exams,Surveys,Allproblems,Essay,Match,Numerical,Option,Radiobutton,String,Formula,Rank,Images,NumResponses,gnuplot,multipart,Scripts,Functions,Duplicates,Hidden,Encrypted,Conditional,Randompicks,Embedded-res,Embedded-upload,Scantron,Imported,Homegrown,HomeDomain,Uploaded,WithDiscussion,NoDiscussion,TotalPosts,Broadcast,Critical,UserNotes,examupload,Calendar\n";