Good morning to all,
Thank you for the code to insert numbers into boxes. However, I can't prevent the multiple-choice questions from repeating labels like 1.1.A). It looks very bad. How can I control this behavior? Thank you.
%%% sample code
\define[1]\BoxedNumber{\inframed[width=3ex]{\convertnumber{n}{#1}}}
\defineconversion [BoxedNumber] [\BoxedNumber]
\starttext
\startitemize[BoxedNumber,fit,repeat][stopper=,distance=\spaceamount]
\item xxx
\startitemize[BoxedNumber,fit][stopper=,distance=\spaceamount]
\item multiple choice
\startitemize[A, columns, two, random][stopper={)},style=bold]
\item choice 1
\item choice 2
\item choice 3
\item choice 4
\stopitemize
\stopitemize
\stopitemize
\stoptext