Document Classes ⇒ examdesign | Renumbering matching Choices
examdesign | Renumbering matching Choices
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
examdesign | Renumbering matching Choices
I made two changes to the examdesign class file. First, I changed line 853 from
Code: Select all
\xdef\csname matching@answer@\exam@tagendcsname{(\alph{enumi})}}
Code: Select all
\xdef\csname matching@answer@\exam@tagendcsname{(\arabic{enumi})}}
Second, I changed line 1114 from
Code: Select all
\def\exam@EnumerateStyle{(a)}
Code: Select all
\def\exam@EnumerateStyle{}
Not the best solution, but I suppose it will do.