-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexam.tex
More file actions
74 lines (57 loc) · 1.73 KB
/
exam.tex
File metadata and controls
74 lines (57 loc) · 1.73 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
\documentclass[addpoints]{exam}
\input{preamble.tex}
\usepackage{color}
\usepackage{authblk}
%\printanswers
\title{<title>}
\date{<iso-date>}
\author{%
<author>
}
\affil{%
<affil>
}
\begin{document}
\maketitle
\thispagestyle{foot}
\section*{Instructions}
Carefully read the questions before you start answering them.
Note the time limit of the exam and plan your answers accordingly.
(The questions are \emph{not} sorted by difficulty.)
Only answer the question, do not write about subjects remotely related to the
question.
Make sure you follow these rules:
\begin{itemize}
\item Write your answers on separate sheets, not on the exam paper.
\item Only write on one side of the sheets.
\item Start each question on a new sheet.
\item Do not forget to \emph{motivate your answers.}
\end{itemize}
Make sure you write your answers clearly: if the examiner cannot read an
answer, the answer will be awarded zero(!) points --- even if the answer is
correct.
\begin{description}
\item[Time] 5 hours.
\item[Aids] Dictionary.
\item[Questions] \numquestions
\item[Maximum points] \numpoints
\end{description}
\subsection*{Grading}
Each question is worth three (3) points, representing how well you fulfil the
intended learning outcomes covered by the question.
The following grading criteria applies:
\begin{description}
\item[E] at least one point on each question.
\item[D] closer to C than E.
\item[C] at least two points on each question.
\item[B] closer to A than C.
\item[A] at least three points on each question.
\end{description}
\clearpage
\section*{Questions}
The questions are given below in uniformly random order.
\begin{questions}
\input{questions-<date>.tex}
\end{questions}
\printbibliography
\end{document}