我正在写一份考试,最后有一个奖励问题。我不想用数字,而是想用奖励作为问题标题,然后有一行答案说同样的事情。举个例子:
\documentclass{exam}
\begin{document}
\begin{questions}
\question[10] Normal question
\answerline
\bonustitledquestion{Bonus:}[1] Bonus question
\answerline
\end{questions}
\end{document}
第一行答案的编号为 1,但第二行答案的编号为 2,而不是奖励。有什么办法可以改变这种情况吗?