考試課程:刪除 \titledquestion 的換行符號?

考試課程:刪除 \titledquestion 的換行符號?

我想(a)刪除冒號和問題開頭之間的換行符,(b)刪除問題結尾和解決方案開頭之間的換行符,如下圖所示。這在exam課堂上可能嗎?

在此輸入影像描述

這是上圖的 tex 來源:

\documentclass[answers, 10pt]{exam}
\qformat{\mbox{\textbf{Question \thequestion~(}\thequestiontitle \textbf{):}}\enspace}
\unframedsolutions
\begin{document}
\begin{questions}
  \titledquestion{Exercise Title}
  Show that $2 + 2 = 4$.
  \begin{solution}
    The answer is obvious.
  \end{solution}
\end{questions}
\end{document}

相關內容