-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexam.tex
More file actions
70 lines (54 loc) · 1.68 KB
/
exam.tex
File metadata and controls
70 lines (54 loc) · 1.68 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
\documentclass{uob-cs-exam} % use option [online] to skip in-person instructions
% title page specification
\def\Dept{
School of Computer Science
}
\def\Degrees{
Bachelor of Science in Computer Science\\
Master of Science in Computer Science\\
Master of Engineering in Computer Science\\
}
\def\When{January 2023}
\def\Year{2nd Year}
\def\Coms{COMS1000xx}
\def\Name{<Unit name>}
\def\Time{3 Hours}
\def\UploadTime{30 minutes} % if online
\def\Instruct{ % for specific instructions
\begin{enumerate}
\item Only non-programmable calculators may be used.
\item Please note that you should ensure that any calculations are clearly shown.
\item \dots
\end{enumerate}
}
\def\Rubrik{
This paper contains \textbf{\numquestions} questions. \\
Only \textbf{one} question will be marked. \\
If you attempt a question and do not wish it to be marked, delete it clearly. \\
The maximum for this paper is \textbf{\numpoints\ marks}.
}
% main exam begins here
\begin{document}
\maketitle
\begin{questions}
\question[10] Test question 1.
\begin{solution}
Test solution 1.
\end{solution}
\question[10]
The first part of this question is about subject X.
\begin{parts}
\part[5] Who put the ``bop'' in the ``bop, sh-bop, sh-bop''? \droppoints
\part[5] Who put the ``ram'' in the ``rama, rama ding-dong''? \droppoints
\end{parts}
The rest of the question is about subject Y.
\begin{parts} \setcounter{partno}{2}
\part[5] Here's Y. \droppoints
\part[5] There's Z. \droppoints
\end{parts}
\begin{solution}
Test solution 2.
\end{solution}
\end{questions}
\nomorequestions
\end{document}