Kenward Vaughan wrote:
>
> I use multiple choice questions in some of my exams which are graded by
> machine (scantron). The form is limited to 5 choices (A-E), but one can
> extend this by allowing choices such as AB, AC, or BCE (all the way out to
> ABCDE :).
>
> Is there any way to define such a sequence which would then get used when
> enumeration is chosen for my questions? (Yes, there are times when I have
> _many_ answers offered, much to my students' dismay. :(
>
> Currently I find myself defining tables to manage the issue.
in preamble or in text in red
\renewcommand\labelenumi{\Alph{enumi}}
\renewcommand\labelenumii{\Alph{enumi}\Alph{enumii}}
and so on ...
Herbert