some clarification

svn: r13449
This commit is contained in:
Eli Barzilay 2009-02-05 03:47:17 +00:00
parent 7e48db0a82
commit e6d6c81d0c

View File

@ -5,7 +5,7 @@
By default, the system is set up for submissions of single a single
file, straight fom DrScheme using the handin-client. There is some
support for multi-file submissions in
limited support for multi-file submissions in
@schememodname[handin-server/checker] and in the handin-client. It is
possible to submit multiple files, and have the system generate a
single file that is the concatenation of all submission files (used
@ -24,6 +24,10 @@ following:
the (sorted) list of submitted files and can throw an error if some
files are missing or some files are forbidden.}
@item{Make sure that @scheme[:create-text?] is on if you want the
contents of a multi-file submission to be unpacked and filenames
checked.}
@item{In the @filepath{info.ss} file of the handin-client you need to
set @scheme[enable-multifile-handin] to @scheme[#t], and adjust
@scheme[selection-default] to patterns that are common to your