Is there a package with which I can label answer options to multiple-choice questions with numbers (rather than letters) and have a variable number of answer choices for each question?
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?
Document Classes ⇒ Formatting Answers to Multiple-Choice Questions
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Formatting Answers to Multiple-Choice Questions
You can change the multiple choice labels in the exam package via something like this:
You can also change the label punctuation via
The above commands will produce choices like this:
(1) first choice
(2) second choice
(3) third choice
(4) fourth choice
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