答案1
来自exam
文档第 33 页,您需要将以下代码添加到您的序言中:
\renewcommand{\questionshook}{%
\setlength{\leftmargin}{0pt}%
\setlength{\labelwidth}{-\labelsep}%
}
然后你会得到以下内容:
\documentclass[addpoints]{exam}
\pointname{\ p}
\qformat{\textbf{Question \thequestion .} \hfill \textsl{(\thepoints)}}
\renewcommand{\questionshook}{%
\setlength{\leftmargin}{0pt}%
\setlength{\labelwidth}{-\labelsep}%
}
\begin{document}
\begin{questions}
\question[3] What is your favourite color?
\end{questions}
\end{document}