summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/eq-save/examples/eqsave-noname.tex
blob: 4ec47d6c08f289b719d05bb5c1370cf30b21e86b (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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
\documentclass{article}
\usepackage[fleqn]{amsmath}
\usepackage{web}
\usepackage{exerquiz}
\usepackage[!devmode]{eq-save}
\usepackage[ImplMulti]{dljslib}

\def\lfootScore{\sField{.25in}{11bp}}
\def\lfootOutOf{\ooField{.25in}{11bp}}
\def\rfootPtsScore{\psField{.25in}{11bp}}
\def\rfootPtsOutOf{\pooField{.25in}{11bp}}

\lfooter{Score {\lfootScore} out of {\lfootOutOf}}
\rfooter{Points {\rfootPtsScore} out of {\rfootPtsOutOf}}


\previewOff
\sqTurnOffAlerts
\PTsHook{($\eqPTs^{\text{pts}}$)}

\parindent0pt

\begin{document}


\begin{center}\bfseries\large
    Demonstrating the \texttt{eq-save} package\\
      No Gatekeeper commands present\\[3pt]
      \normalfont\normalsize Herr Dr Prof Story
\end{center}

Answer some of the questions, save the document, then reopen it and continue
the `worksheet'. The tallies should continue from the values current at the
time the document was saved.\medskip

\begin{oQuestion}{oQ1}
It is well known that $ 1 + 16 = \RespBoxMath{17}{1}{.0001}{[0,1]}$
\end{oQuestion}

\begin{shortquiz*}[sQ1]
Solve each of the following without error.
\begin{questions}

\item Calculate: $ 8 \cdot 11 = \RespBoxMath{88}{1}{.0001}{[0,1]}$
\item Enter the \emph{last name} of the Herr Dr Prof of this course.
\[
  \text{The Herr Dr Prof is }\RespBoxTxt{1}{0}{1}{Story}
\]
    \item Which of the following is true
\begin{answers}{4}
\bChoices
  \Ans1 true\eAns
  \Ans0 false\eAns
\eChoices
\end{answers}
\item From the list below, select the mathematicians recognized as the originators of Calculus.
\begin{manswers}{4}
\bChoices
  \Ans1 Newton\eAns
  \Ans0 Gauss\eAns
  \Ans1 Leibniz\eAns
  \Ans0 Banach\eAns
\eChoices
\end{manswers}
\end{questions}
\end{shortquiz*}


\useBeginQuizButton
\useEndQuizButton

\begin{quiz*}{qz1}
Solve each without error.
\begin{questions}
    \item Which of the following is true
\begin{answers}{2}
  \Ans1 true & \Ans0 false
\end{answers}
\item Calculate: $ 8 \cdot 11 = \RespBoxMath{88}{1}{.0001}{[0,1]}$
\item From the list below, select the mathematicians recognized as the originators of Calculus.
\begin{manswers}{4}
\bChoices
  \Ans1 Newton\eAns
  \Ans0 Gauss\eAns
  \Ans1 Leibniz\eAns
  \Ans0 Banach\eAns
\eChoices
\end{manswers}
\end{questions}
\end{quiz*}\quad\ScoreField\currQuiz\olBdry\CorrButton\currQuiz



\newpage

The quiz on this page has points associated with each question, the points are tabulated separately,
and entered into the fields in the right footer. The questions above are figured in as 1 point each.

\begin{quiz*}{qz2}
Solve each without error.
\begin{questions}
    \item\PTs{2} Which of the following is true
\begin{answers}{2}
\bChoices
  \Ans1 true\eAns
  \Ans0 false\eAns
\eChoices
\end{answers}
\item\PTs{3} Calculate: $ 8 \cdot 11 = \RespBoxMath{88}{1}{.0001}{[0,1]}$
\item\PTs{4} From the list below, select the mathematicians recognized as the originators of Calculus.
\begin{manswers}{4}
\bChoices
  \Ans1 Newton\eAns
  \Ans0 Gauss\eAns
  \Ans1 Leibniz\eAns
  \Ans0 Banach\eAns
\eChoices
\end{manswers}
\end{questions}
\end{quiz*}\quad\PointsField\currQuiz\olBdry\CorrButton\currQuiz


\medskip\noindent\sooField{1in}{11bp}\olBdry\clearAllField{}{11bp}
\end{document}