summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jeopardy/example/game1a.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/jeopardy/example/game1a.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/jeopardy/example/game1a.tex')
-rw-r--r--macros/latex/contrib/jeopardy/example/game1a.tex72
1 files changed, 72 insertions, 0 deletions
diff --git a/macros/latex/contrib/jeopardy/example/game1a.tex b/macros/latex/contrib/jeopardy/example/game1a.tex
new file mode 100644
index 0000000000..2fa3ce92b3
--- /dev/null
+++ b/macros/latex/contrib/jeopardy/example/game1a.tex
@@ -0,0 +1,72 @@
+%\pdfoutput=1
+
+\documentclass{article}
+\usepackage[pdftex,designi]{web}
+\usepackage[pdftex]{exerquiz}
+
+\usepackage[ImplMulti,indefIntegral]{dljslib}
+\usepackage[picture,finetune]{jeopardy}
+\AditionalShift=4.5pt
+
+\begin{document}
+\def\title{My Jeopardy}
+
+\SetGameWidth{0.6\linewidth}
+
+\MakeGameBoard
+
+\begin{category}{Prezidents}
+ \begin{question}
+ The surname of the prezident known for affair with Monica Lewinski.
+ \RespBoxTxt101{Clinton}
+ \end{question}
+ \begin{question}
+ The surname of the curent prezident of Russia (November 2006).
+ \RespBoxTxt101{Putin}
+ \end{question}
+ \begin{question}
+ The surname of the first prezident of Czech Republic (October 1918).
+ \RespBoxTxt101{Masaryk}
+ \end{question}
+\end{category}
+\begin{category}{Calculus}
+ \begin{question}
+ The main object of interest in Calculus is/are
+ \Ans0 money
+ \Ans0 women
+ \Ans1 functions
+ \Ans0 vectors
+ \Ans0 poor people
+ \end{question}
+ \begin{question}
+ Derivative of $x+\sin(x)=$?
+ \RespBoxMath{1+cos(x)}{6}{0.001}{[1,2]}
+ \end{question}
+ \begin{question}
+ Integral of $x+\sin(x)=$?
+ \RespBoxMath{x^2/2-cos(x)}{6}{0.001}{[1,2]}[indefCompare]
+ \end{question}
+\end{category}
+\begin{category}{Physics}
+ \begin{question}
+ The formula for \textit{kinetic energy} is
+ \Ans0 $ mv$
+ \Ans1 $\frac 12 mv^2$
+ \Ans0 $mc^2$
+ \end{question}
+ \begin{question}
+ The formula for \textit{impuls} of moving object is
+ \Ans1 $ mv$
+ \Ans0 $\frac 12 mv^2$
+ \Ans0 $mc^2$
+ \end{question}
+ \begin{question}
+ The formula for \textit{total energy} of moving object from theory
+ of relativity is
+ \Ans0 $ mv$
+ \Ans0 $\frac 12 mv^2$
+ \Ans1 $mc^2$
+ \end{question}
+\end{category}
+
+\end{document}