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?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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