diff options
author | Karl Berry <karl@freefriends.org> | 2006-09-07 23:44:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-09-07 23:44:28 +0000 |
commit | 5c6d8279370b75ec409c087237a798f1fe547cf1 (patch) | |
tree | ca59f700388d2112bdf4c2ac712c7393c6dd1976 /Master/texmf-dist/doc/latex/examdesign/README | |
parent | 76c5544ce671ef8e88ff14e9c9a8f99f196f4897 (diff) |
examdesign update for class name change (7sep06)
git-svn-id: svn://tug.org/texlive/trunk@2100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/examdesign/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/examdesign/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/examdesign/README b/Master/texmf-dist/doc/latex/examdesign/README new file mode 100644 index 00000000000..4e21e365d1f --- /dev/null +++ b/Master/texmf-dist/doc/latex/examdesign/README @@ -0,0 +1,22 @@ +This bundle provides a class examdesign for making exams. + +The class provides several features useful for designing tests +or question sets: + +* it allows for explicit markup of questions and answers; + +* the class will, at the user's request, automatically generate +answer keys; + +* multiple versions of the same test can be generated +automatically, with the ordering of questions within each section +randomly permuted so as to minimize cheating; + +* the generated answer keys can be constructed either with or +without the questions included; + +* environments are provided to assist in constructing the most +common types of test question: matching, true/false, +multiple-choice, fill-in-the-blank, and short answer/essay +questions. + |