> John Kitzmiller <mailto:kitz at inradius.net>
> 25. Juni 2016 um 16:20
> The following is no longer putting the “answer blank” in the right margin.
>
> \define\ansblank{\inright{\getnumber[itemgroup:itemize]. \thinrule}}
> \setupitemgroup [itemize] [n, style=bold,right=\ansblank]
>
\setupitemgroup[itemize][style=bold,before=\ansblank]

Wolfgang
—————————

Thank you Wolfgang. That works for one item but it does not carry forward to multiple items: 

\define\ansblank{\inright{\getnumber[itemgroup:itemize]. \thinrule}} 
\setupitemgroup [itemize] [n, style=bold,before=\ansblank]

\starttext
\startitemize[n]
\item A question.
\item Another question.
\item Yet another.
\stopitemize
\showframe
\stoptext

John