summaryrefslogtreecommitdiff
path: root/exam.tex
blob: c514a8c67e051ea9a9c6bb9ac0fc88e428690fe9 (plain) (blame)
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
40
41
42
43
44
45
46
47
48
\documentclass{igcse}

\newcommand{\esubjectcode}{0470}
\newcommand{\esubjectname}{HISTORY}
\newcommand{\ecomponentcode}{01}
\newcommand{\ecomponentname}{Paper 1 Structured Questions}
\newcommand{\emonthshort}{M/J}
\newcommand{\emonthlong}{May/June}
\newcommand{\eyear}{24}
\newcommand{\etime}{2 hours}
\newcommand{\etotalmark}{60}
\newcommand{\eqlistmargin}{0em}
\newcommand{\eyouwillneed}{
	You will need:\quad Answer booklet (enclosed)
}
\newcommand{\einstructions}{
	\textbf{INSTRUCTIONS}
	\begin{itemize}
		\setlength{\parskip}{0ex}
		\item Answer \textbf{three} question:\\
			\mbox{}\quad answer \textbf{two} questions from section A\\
			\mbox{}\quad answer \textbf{one} question from section B
	\end{itemize}
}
\newcommand{\einformation}{
	\textbf{INFORMATION}
	\begin{itemize}
		\setlength{\parskip}{0ex}
		\item The total mark for this paper is \textbf{\etotalmark}.
		\item All questions are worth equal marks.
	\end{itemize}
}

\begin{document}
\coverpage

\begingradingrange{master}

%%% BEGIN QUESTIONS

\begin{questions}
	\question \blindtext[99]
\end{questions}

%%% END QUESTIONS

\endgradingrange{master}
\end{document}