File: sample-plain.tex

package info (click to toggle)
auto-multiple-choice 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92,612 kB
  • sloc: perl: 26,752; xml: 24,889; cpp: 1,997; python: 895; makefile: 569; sh: 233; ansic: 195
file content (39 lines) | stat: -rw-r--r-- 971 bytes parent folder | download | duplicates (7)
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
39
\documentclass{article}
\usepackage[nopage,indivanswers]{automultiplechoice}
\usepackage{multicol}
\begin{document}

\input{questions.tex}

\onecopy{30}{

\noindent{\bf AMC  \hfill SAMPLE TEST}

\vspace{3ex}

For this test, package {\sf automultiplechoice} is used with the
following options:
\begin{itemize}
\item {\tt nopage}, so that no page markers are printed:
  nothing is planed for future automated marking from papers scans.
\item {\tt indivanswers}, so that correct answers are indicated (this
  is the corrected answer sheet. Without this option, you get the
  question sheet).
\end{itemize}
Commands from {\sf automultiplechoice} are used to print, for each
student, two geography questions and two history questions, at
random. Questions and answers are shuffled.

\vspace{3ex}

\cleargroup{all}

\shufflegroup{geography}
\copygroup[2]{geography}{all}
\shufflegroup{history}
\copygroup[2]{history}{all}
\shufflegroup{all}
\insertgroup{all}

}
\end{document}