Description
The student will be presented with a
question and a list of two choices: "True" and "False".
Notes
Examples
\begin{question}{True False}
\qutext{Whales are mammals.}
% Mark the answer \true or \false:
\true
\end{question}
\begin{question}{True False}
\qutext{The equation $2x-3y^2=4$ defines a function with independent
variable $x$.}
\false
\end{question}
\begin{question}{True False}
% This question uses algorithmic variables.
\qutext{The equation $\var{a}x-\var{b}y^2=\var{c}$ defines a function
with independent variable $x$.}
\false
\code{$aa = range(2,12);
$a = int(if(rint(2),$aa,-$aa));
$b = range(2,12);
$cc = range(2,12);
$c = int(if(rint(2),$cc,-$cc));}
% The above code chooses random integer coefficients with absolute value
% between 2 and 12. b must be positive, but a and c may be either
% positive or negative.
\end{question}