summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ran_toks/examples/db1.tex
blob: 45a8b671246fcc54f4c6a9a7c2baf0a84e2f96fa (plain)
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
74
75
76
%
% First DB, uses ran_toks and eqexam
%
\bRTVToks{DB1-}

\begin{rtVW}
\begin{problem}[5]
DB1: First: Which is correct?
\begin{answers}{4}
\bChoices[nCols=1,random,label=db1-1]
    \Ans1 True\eAns
    \Ans0 False\eAns
    \Ans0 Maybe\eAns
    \Ans0 Perhaps\eAns
\eChoices
\end{answers}
\begin{solution}
It is obvious that the answer is `\useSavedAns{db1-1}', that is, alternative \useSavedAlts{db1-1} is correct.
\end{solution}
\end{problem}
\end{rtVW}

\begin{rtVW}
\begin{problem}[5]
DB1: Second: Which is correct?
\begin{answers}{4}
\bChoices[nCols=1,random,label=db1-2]
    \Ans1 True\eAns
    \Ans0 False\eAns
    \Ans0 Maybe\eAns
    \Ans0 Perhaps\eAns
\eChoices
\end{answers}
\begin{solution}
According to the guy sitting next to me, the answer might be \useSavedAlts{db1-2}
\end{solution}
\end{problem}
\end{rtVW}

\begin{rtVW}
\begin{problem}[5]
DB1: Third: Which is correct?
\begin{answers}{4}
\bChoices[nCols=1,random,label=db1-3]
    \Ans1 True\eAns
    \Ans0 False\eAns
    \Ans0 Maybe\eAns
    \Ans0 Perhaps\eAns
\eChoices
\end{answers}
\begin{solution}
I know the answer in advance to be \useSavedAlts{db1-3}, but don't tell anyone.
\end{solution}
\end{problem}
\end{rtVW}

\begin{rtVW}
\begin{problem}[5]
DB1: Fourth: Which is correct?
\begin{answers}{4}
\bChoices[nCols=1,random,label=db1-4]
    \Ans1 True\eAns
    \Ans0 False\eAns
    \Ans0 Maybe\eAns
    \Ans0 Perhaps\eAns
\eChoices
\end{answers}
\begin{solution}
After meditating in the lotus position on this question for many hours, we determine that the correct answer is \textbf{\useSavedAltsAns{db1-4}}.
\end{solution}
\end{problem}
\end{rtVW}

\eRTVToks

\endinput