Hi all,
I would like to create the equivalent of \choiceitemtext in the choicequestion
environment for the choicegroup environment.
In latex I image this would look something like:
\begin{choicegroup}{Information on the children.}
\choicetext{1cm}{Age}
\choice{Male}
\choice{Female}
\question{Child 1}
\question{Child 2}
\question{Child 3}
\question{Child 4}
\end{choicegroup}
With the column labelled 'Age' then containing a 1cm-high text box for each
four questions.
Any advice on how to implement this?
Cheers,
Stu