some clarification
svn: r13449
This commit is contained in:
parent
7e48db0a82
commit
e6d6c81d0c
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
By default, the system is set up for submissions of single a single
|
By default, the system is set up for submissions of single a single
|
||||||
file, straight fom DrScheme using the handin-client. There is some
|
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
|
@schememodname[handin-server/checker] and in the handin-client. It is
|
||||||
possible to submit multiple files, and have the system generate a
|
possible to submit multiple files, and have the system generate a
|
||||||
single file that is the concatenation of all submission files (used
|
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
|
the (sorted) list of submitted files and can throw an error if some
|
||||||
files are missing or some files are forbidden.}
|
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
|
@item{In the @filepath{info.ss} file of the handin-client you need to
|
||||||
set @scheme[enable-multifile-handin] to @scheme[#t], and adjust
|
set @scheme[enable-multifile-handin] to @scheme[#t], and adjust
|
||||||
@scheme[selection-default] to patterns that are common to your
|
@scheme[selection-default] to patterns that are common to your
|
||||||
|
|
Loading…
Reference in New Issue
Block a user