blob: 4ac75fbf2736ae32756784f5ae59a14fa9a73692 (
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
|
\pdfoutput=1
\documentclass{article}
\usepackage[pdftex,designi]{web}
\usepackage[pdftex]{exerquiz}
\usepackage[ImplMulti,indefIntegral]{dljslib}
\usepackage%[picture]
{jeopardy}
%\def\Goal{500}
\begin{document}
\def\title{My Jeopardy}
\SetGameHeight{100pt}
\Celltoks{\textSize{20}}
% \GrandPoohbahtoks{\BG{0 1 1}\BC{1 1 0}\textColor{1 0 0 rg}}
\Scoretoks{\BG{0.8 0.8 0.8}}
\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}
|