Randpunkte im linken Rand der Prüfungsklasse ändern

Randpunkte im linken Rand der Prüfungsklasse ändern

Wie kann ich die Punkte am linken Rand weiter nach links verschieben? Habe sogar versucht, den Code zu ändern, exam.clsaber es hat nicht geklappt.

\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}

Bildbeschreibung hier eingeben`

verwandte Informationen