I just want one section to be renumbered, not all the \parts numbering.
I have found this in the manual:
\renewcommand{\thepartno}{\Roman{partno}}
But that is making all the numbering for \part to be Roman.
I can't find in the manual where to just have it renumber for a certain section.
\documentclass[a4paper]{exam}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{paralist}
\usepackage{enumerate}
\renewcommand{\thepartno}{\Roman{partno}}
\begin{document}
\smallskip
\begin{questions}
\question Which of the following is continuous at $x = 0$ ?
\begin{center}
\begin{parts}
\part $f\left(x\right) = \vert x \vert$
\part $f\left(x\right) = e^{x}$
\part $f\left(x\right) = \ln\left(e^{x} - 1 \right)$
\end{parts}
\end{center}
\begin{oneparchoices}
\choice I only
\choice II only
\choice I and II only
\choice II and III only
\choice none
\end{oneparchoices}
\begin{solution}
\end{solution}
\vspace{\stretch{2}}
\end{questions}
\end{document}


{}icon above the box. – egreg Nov 07 '12 at 00:24