Document Classes ⇒ Formatting Answers to Multiple-Choice Questions
Formatting Answers to Multiple-Choice Questions
So far, I've looked at exam, examdesign, exsheets, exams, qcm, and exam-n, and all of them lack one or both of these features.
Alternatively, is there a way I can alter multiple-choice answer labeling in the above packages?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Formatting Answers to Multiple-Choice Questions
Code: Select all
\renewcommand\thechoice{\arabic{choice}}
Code: Select all
\renewcommand\choicelabel{(\thechoice)}
(1) first choice
(2) second choice
(3) third choice
(4) fourth choice