왼쪽 여백에 있는 포인트를 더 왼쪽에 배치하려면 어떻게 해야 합니까? 일부 코드를 변경해 보았지만 exam.cls
실패했습니다.
\documentclass[10pt,a4paper]{exam}
\usepackage[latin1]{inputenc}
\begin{document}
\printanswers
\renewcommand{\questionshook}{%
% \setlength{\leftmargin}{0pt}%
% \setlength{\labelwidth}{-\labelsep}%
% \setlength{\marginpointssep}{120pt}%
% \setlength{\labelwidth}{20pt}
}
\pointformat{/\themarginpoints}
\pointsinmargin
\setlength{\labelwidth}{2cm}
\begin{questions}
\question[3]Answer this question.
\question[3]Answer these questions.
\hspace{2cm}\begin{parts}
\part[10]
Is this a question?
\part[10]
Is this a question?
\end{parts}
\end{questions}
\end{document}