My question is specific to the exam-randomizechoices package. It is a great package, but my TeX skills are limited, so I do not know how to remove the large margin to the left of the answer choices. For example
\documentclass{exam}
\usepackage{exam-randomizechoices}
\begin{document}
\begin{questions}
\question What is one plus two?
\begin{randomizechoices}
\choice one
\choice two
\CorrectChoice three
\choice four
\end{randomizechoices}
\end{questions}
\end{document}
gives
It is a nicely formatted exam question and I LOVE the randomized choices, but there is a lot of space to the left of all of the choices. How do I align the choices to the left and remove those indentations?
Thanks!
P.S. I am not much of a TeX wizard. Maybe someone knows how to use the following resources to help me out?
User Guide: https://ctan.math.illinois.edu/macros/latex/contrib/exam-randomizechoices/exam-randomizechoices-doc.pdf
GitHub: https://github.com/jesseopdenbrouw/exam-randomizechoices


