1 | \documentclass[a4paper]{article} |
---|
2 | \usepackage[utf8x]{inputenc} |
---|
3 | \usepackage[T1]{fontenc} |
---|
4 | \usepackage[box,completemulti]{/opt/local/share/texmf-texlive-dist/tex/latex/automultiplechoice} |
---|
5 | \begin{document} |
---|
6 | \onecopy{10}{ |
---|
7 | %%% beginning of the test sheet header: |
---|
8 | \noindent{\bf QCM \hfill TEST} |
---|
9 | \vspace*{.5cm} |
---|
10 | \begin{minipage}{.4\linewidth} |
---|
11 | \centering\large\bf Test\\ Examination on Jan., 1st, 2008\end{minipage} |
---|
12 | \namefield{\fbox{ |
---|
13 | \begin{minipage}{.5\linewidth} |
---|
14 |  Firstname and lastname: |
---|
15 | \vspace*{.5cm}\dotfill |
---|
16 | \vspace*{1mm} |
---|
17 | \end{minipage} |
---|
18 |  |
---|
19 | }} |
---|
20 | \begin{center}\em |
---|
21 | Duration : 10 minutes. |
---|
22 | No documents allowed. The use of electronic calculators is forbidden. |
---|
23 | Questions using the sign \multiSymbole{} may have |
---|
24 | zero, one or several correct answers. Other questions have a single correct answer. |
---|
25 | Negative points may be attributed to \emph{very |
---|
26 | bad} answers. |
---|
27 | \end{center} |
---|
28 | \vspace{1ex} |
---|
29 | %%% end of the header |
---|
30 | \begin{question}{prez} |
---|
31 | Among the following persons, which one has ever been a President of the French Republic? |
---|
32 | \begin{choices} |
---|
33 | \correctchoice{René Coty} |
---|
34 | \wrongchoice{Alain Prost} |
---|
35 | \wrongchoice{Marcel Proust} |
---|
36 | \wrongchoice{Claude Monet} |
---|
37 | \end{choices} |
---|
38 | \end{question} |
---|
39 | |
---|
40 | \begin{questionmult}{pref} |
---|
41 | Among the following cities, which ones are french prefectures? \begin{choices} |
---|
42 | \correctchoice{Poitiers} |
---|
43 | \wrongchoice{Sainte-Menehould} |
---|
44 | \correctchoice{Avignon} |
---|
45 | \end{choices} |
---|
46 | \end{questionmult} |
---|
47 | |
---|
48 | \clearpage |
---|
49 | } |
---|
50 | |
---|
51 | \end{document} |
---|
52 |  |
---|