« Previous - Version 3/4 (diff) - 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 than that and two candidates would have to write on the same paper, whcih is over the top;-)).

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}% use two columns on answer sheet
\AMCform
\end{multicols}%
\AMCcleardoublepage
\end{examcopy}