Multipart

Description

Multipart questions display several subquestions as parts of one question. Each part is a well-formed EDU question, and can be of any type, including Multipart itself.

Notes

Example

\begin{question}{Multipart}
\weighting{1,2} % part (b) will be worth twice what part (a) is worth
\qutext{Answer the following questions:}
% part (a)
\begin{question}{Formula}
\qutext{Differentiate the function
$\displaystyle f(x)=\frac{x}{1+x^2}$.}
\answer{(1 - x^2)/(1 + x^2)^2}
\end{question}
% part (b)
\begin{question}{Multipart}
% The 2/3 of the points assigned to part (b) will be split evenly among
% its subparts, unless \weighting is used here as well.
\numbering{roman} % these will be subparts (i) and (ii)
\begin{question}{Ntuple}
\qutext{Find the absolute minimum point on the graph of the 
function $\displaystyle f(x)=\frac{x}{1+x^2}$.}
\answer{(-1,-1/2)}
\end{question}
\begin{question}{Ntuple}
\qutext{Find the absolute maximum point on the graph of the 
function $\displaystyle f(x)=\frac{x}{1+x^2}$.}
\answer{(1,1/2)}
\end{question}
\end{question}
\end{question}