I am creating a set of problems, with the bonus problems starred with an *, but when I use \bonusqformat to customize the mark, it pushes the text onto a new line. Is there any way to prevent this from happening?
MWE
\documentclass{exam}
\bonusqformat{\thequestion *.}
\begin{document}
\begin{questions}
\bonusquestion This is a question.
\end{questions}
\end{document}


exam. The question title (typeset according to\qformator\bonusqformat) is on a line by itself and the question text is below it. – egreg Jan 17 at 12:47