From 06baadf3a8a3af5e3b5230f04bf1b4b4c3288a7d Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 24 Sep 2008 18:41:49 +0000 Subject: [PATCH] clarify the docs for text-related options svn: r11853 --- collects/handin-server/scribblings/checker.scrbl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/collects/handin-server/scribblings/checker.scrbl b/collects/handin-server/scribblings/checker.scrbl index 3e36d3a304..e825ecd847 100644 --- a/collects/handin-server/scribblings/checker.scrbl +++ b/collects/handin-server/scribblings/checker.scrbl @@ -75,19 +75,21 @@ Keywords for configuring @scheme[check:]: to spaces, assuming a standard tab width of 8 places. This is needed for a correct computation of line lengths, but note that DrScheme does not insert tabs in Scheme mode. Defaults to - @scheme[#t].} + @scheme[#t]. (Effective only when saving a textual version of the + submission files: when @scheme[:create-text?] is on.)} @item{@indexed-scheme[:textualize?]---if true, then all submissions are converted to text, trying to convert objects like comment boxes and test cases to some form of text. Defaults to @scheme[#f], meaning that an exception is raised for submissions that are not all - text.} + text. (Effective only when saving a textual version of the + submission files: when @scheme[:create-text?] is on.)} @item{@indexed-scheme[:maxwidth]---a number that specifies maximum line lengths for submissions (a helpful feature for reading student code). Defaults to 79. This feature can be disabled if set to - @scheme[#f]. (This is effective only when saving a textual version - of the submission files.)} + @scheme[#f]. (Effective only when saving a textual version of the + submission files: when @scheme[:create-text?] is on.)} @item{@indexed-scheme[:output]---the name of the original handin file (unrelated to the text-converted files). Defaults to