1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
\documentclass[a5paper]{article}
\usepackage{automultiplechoice}
\geometry{hmargin=2cm,headheight=2cm,headsep=.3cm,footskip=1cm,top=3cm,bottom=2.5cm}
\begin{document}
\AMCidsPosition{pos=top}
\onecopy{5}{
\noindent{\bf \emph{ordered} test}
\vspace{2ex}
\AMCcodeH{id}{2}
\vspace{2ex}\hrule\vspace{2ex}
\begin{questionmult}{douala}
Is Douala
\begin{choices}
\wrongchoice{in Europe?}
\wrongchoice{in Asia?}
\correctchoice{in Cameroon?}
\correctchoice{in Africa?}
\end{choices}
\end{questionmult}
\begin{question}{mlk}
What is the birth year of Martin Luther King?
\begin{choices}[o]
\wrongchoice{1914}
\correctchoice{1929}
\wrongchoice{1945}
\end{choices}
\end{question}
}
\end{document}
|