-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsecond.tex
51 lines (37 loc) · 1.07 KB
/
second.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
\documentclass[handout]{ximera}
\input{preamble}
\title{Second activity}
\begin{document}
\begin{abstract}
This is the second activity.
\end{abstract}
\maketitle
Weird
Here's a sample question that has been edited. Faked edit!
\begin{problem}
\begin{multipleChoice}
\choice{Incorrect}
\choice{Not this one!}
\choice[correct]{Click here?}
\choice{Not me!}
\end{multipleChoice}
\begin{hint}It's the third one!\end{hint}
\begin{feedback}Yay, it was!\end{feedback}
\begin{problem}
You can test that $x + x = \answer{2x}$ or that $x \cdot x = \answer{x^2}$.
\begin{feedback}Good job on those!\end{feedback}
\begin{problem}
The tolerance 0.01 means $\pi \approx \answer[tolerance=0.01]{3.141592653}$
\begin{feedback}Good job on that!\end{feedback}
\begin{problem}
The tolerance 17 means $3421 \approx \answer[tolerance=17]{3421}$
\begin{feedback}Good job on big tolerance!\end{feedback}
\begin{problem}
Does multi-variable work? $ cat = \answer{cat}$
\begin{feedback}Nice job!\end{feedback}
\end{problem}
\end{problem}
\end{problem}
\end{problem}
\end{problem}
\end{document}