diff options
Diffstat (limited to 'Master/texmf-dist/tpm/examdesign.tpm')
-rw-r--r-- | Master/texmf-dist/tpm/examdesign.tpm | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/Master/texmf-dist/tpm/examdesign.tpm b/Master/texmf-dist/tpm/examdesign.tpm new file mode 100644 index 00000000000..a4344174cd7 --- /dev/null +++ b/Master/texmf-dist/tpm/examdesign.tpm @@ -0,0 +1,58 @@ +<!DOCTYPE rdf:RDF SYSTEM "../../Tools/tpm.dtd"> +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/"> + <rdf:Description about="http://texlive.dante.de/texlive/Package/examdesign.zip"> + <TPM:Name>examdesign</TPM:Name> + <TPM:Type>Package</TPM:Type> + <TPM:Date>2001/04/09 09:30:56</TPM:Date> + <TPM:Version></TPM:Version> + <TPM:Creator>rahtz</TPM:Creator> + <TPM:Title>LaTeX class for typesetting exams.</TPM:Title> + <TPM:Description> +This bundle provides a class exam. 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. +Note that the bundles exam and +exams +also provide a file exam.cls; the two bundles therefore clash, +and should not be installed on the same system. +[description copied from TeX Catalogue] + </TPM:Description> + <TPM:Author>Jason Alexander</TPM:Author> + <TPM:Size>368355</TPM:Size> + <TPM:Build/> + <TPM:RunFiles size="50642"> +texmf-dist/tex/latex/examdesign/exam.cls +texmf-dist/tpm/examdesign.tpm + </TPM:RunFiles> + <TPM:DocFiles size="175875"> +texmf-dist/doc/latex/examdesign/exam.dvi +texmf-dist/doc/latex/examdesign/examplea.dvi +texmf-dist/doc/latex/examdesign/examplea.tex +texmf-dist/doc/latex/examdesign/exampleb.dvi +texmf-dist/doc/latex/examdesign/exampleb.tex +texmf-dist/doc/latex/examdesign/examplec.dvi +texmf-dist/doc/latex/examdesign/examplec.tex +texmf-dist/doc/latex/examdesign/foobar.tex + </TPM:DocFiles> + <TPM:SourceFiles size="141838"> +texmf-dist/source/latex/examdesign/Bugs +texmf-dist/source/latex/examdesign/Changes +texmf-dist/source/latex/examdesign/Install +texmf-dist/source/latex/examdesign/exam.dtx +texmf-dist/source/latex/examdesign/exam.ins + </TPM:SourceFiles> + <TPM:Provides>Package/examdesign</TPM:Provides> + </rdf:Description> +</rdf:RDF> + |