Version 1/4
-
Next » -
Current version
Pieter Van den Hombergh, 04/06/2014 05:35 pm
Many choices on one sheet¶
Having a few sheets to handle when doing the post exam processing is nice.
One page per candidate is best (fewer and they would have to write on the same paper, not good ;-)).
The trick is to use short texts for 'Question', small fonts and above all use multi columns
In the preamble:
\usepackage{multicol}
The generating part of my exam now looks like this:
\begin{examcopy}{x} \coverpage % specific cover page. \shufflegroup{general} \insertgroup{general} \AMClabel{lastpage} \AMCcleardoublepage \AMCformBegin \answerFormHead \begin{multicols}{2} \AMCform \end{multicols} \AMCcleardoublepage \end{examcopy}