Numerization should be in Cyrillic letters
whatever he tried, he made me alphabetical numbering
Code: Select all
\documentclass[addpoints]{exam}
\usepackage[utf8]{inputenc}
\usepackage[russian]{babel}
\begin{document}
\begin{questions}
\question Израз $\sqrt{a^{2}}$ једнак је :
\begin{oneparchoices}
\choice 0; \hspace{2cm}
\choice $a$;\hspace{2cm}
\choice $-a$;\hspace{2cm}
\choice $\pm a$;\hspace{2cm}
\choice $\mid a \mid.$
\end{oneparchoices}
\end{questions}
\end{document}