Как мне переместить точки на leftmargin левее? Пытался даже изменить какой-то код, 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}