I am using the following piece of code in document with the exam class:
Code: Select all
\documentclass[addpoints,12pt]{exam}
...
\begin{document}
...
\question[20]
Which team won the gold medal in soccer?
\begin{oneparchoices}
\choice Brazil \choice Mexico \choice Spain \choice Great Britain \choice USA
\end{oneparchoices}
...
\end{questions}
\end{document}
Regards
Jaraqui