I have a problem with the package "exam". I want to put in the orizontal direction 4 images. And move every circle close to the middle of every image. I have post the picture. Thank you very much.
\begin{oneparcheckboxes}
\begin{figure}[!h]
\centering
\captionsetup{font={small,it}, labelfont=bf}
%\subfloat[][\emph{}] % didascalia sottofigura
{\choice \includegraphics[width=0.2\textwidth]{grafico_9.pdf}} \quad
\captionsetup{font={small,it}, labelfont=bf}
%\subfloat[][\emph{}] % didascalia sottofigura
{\choice\includegraphics[width=.2\textwidth]{grafico_9.pdf}} \quad
% \subfloat[][\emph{}] % didascalia sottofigura
{\choice\includegraphics[width=.2\textwidth]{grafico_9.pdf}} \quad
% \subfloat[][\emph{}] % didascalia sottofigura
{\choice\includegraphics[width=.2\textwidth]{grafico_9.pdf}} \\
\end{figure}
\end{oneparcheckboxes}

figureenvironment nested inside theoneparcheckboxesenvironment? – Thruston Jan 03 '16 at 23:06examclass. It's a general problem of how to vertically centre a graphic. Basically get rid of thefigurestuff and use\choice $\vcenter{\hbox{\includegraphics[width=0.2\textwidth]{grafico_9.pdf}}}$for each item – Thruston Jan 03 '16 at 23:27