-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexam.tex
58 lines (39 loc) · 1.46 KB
/
exam.tex
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
\documentclass[11pt]{article}
% Set variables
\newcommand{\lecture}{CAPP 30254: Machine Learning for Public Policy}
\newcommand{\shortlecture}{CAPP 30254}
\newcommand{\term}{Spring 2021}
\newcommand{\exam}{Midterm}
\newcommand{\totaltime}{80} % Time for this exam
% Import exam template
% Use \usepackage[]{exam} to print the exam that students will take
% Use \usepackage[solution]{exam} to print the solution
\usepackage[solution]{exam}
\begin{document}
\cfoot{}
\pagestyle{empty}
% Create the title page
\maketitle
\newpage
\pagestyle{fancy}
\section*{Initialization}
This exam will be post-processed by a computer. You answers must be contained
within the provided answer boxes, figures or tables. When asked to provide
your answer within a figure or table, be careful to not exceed its boundaries
by more than a few centimeters. Bubbles must be filled out completely:
\begin{center}
\correctbubble{is correct,} \incorrectbubble{are incorrect}
\end{center}
All answers must be given within the provided circles, answer boxes, figures
or tables. Answers written on scratch paper will not be accepted (we will
discard any scratch paper before scanning the exams).
\begin{question}{2} Fill out the \textit{Yes} bubble below to acknowledge that
you understand that this exam will be post-processed by a computer:
\begin{center}
I have read and understood the instructions above: \yesnoyes
\end{center}
\end{question}
\newpage
% Questions
\input{examples}
\end{document}