Newer
Older
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
%% Commands that others have found useful.
\newcommand{\true}{\mbox{TRUE}}
\newcommand{\zero}{\mbox{ZERO}}
\newcommand{\one}{\mbox{ONE}}
\newcommand{\two}{\mbox{TWO}}
\newcommand{\false}{\mbox{FALSE}}
\newcommand{\bred}{\;\beta\hspace*{-1.5mm} \rightarrow\;}
\newcommand{\ared}{\;\alpha\hspace*{-1.5mm} \rightarrow\;}
\newcommand{\zxz}{\; \leftarrow\;}
\newcommand{\Oh}{\mathcal{O}}
\newcommand{\lar}{$ \quad \leftarrow \quad $}
\newcommand\GETOUT[1]{}
% ---------------------------------------------------
%%% Exam questions.
\newcommand{\True}{\mathsf{T}}
\newcommand{\False}{\mathsf{F}}
\newcommand{\sem}[1]{\llbracket #1 \rrbracket}
% Question 1
\begin{examqu}
\begin{examsubq}
\item Questions are a burden to others.
\mrks{6}
\sol{LEARNING OUTCOMES: \\ Answers are a prison for oneself}
\ssplit
\item Question everything.
\begin{examsubsubq}
\item Why?
\mrks{3}
\sol{LEARNING OUTCOMES: \\ See (ii).}
\item Why not?
\mrks{3}
\sol{LEARNING OUTCOMES: \\ See (i).}
\end{examsubsubq}
\end{examsubq}
\end{examqu}
\ssplit
% Question 2
\begin{examqu}
\begin{examsubq}
\item \lipsum[3]
\mrks{5}
\end{examsubq}
\end{examqu}
%%% End of questions.
% ---------------------------------------------------
\endinput