MWE:
Code: Select all
\documentclass[fleqn,addpoints
%,answers
]{exam}
\usepackage{amsfonts,amsmath,amssymb,amsthm,mathtools}
\usepackage{color}
\usepackage{multicol}
\everymath{\displaystyle}
\setlength{\parindent}{0pt}
\setlength{\parskip}{\baselineskip}
\shadedsolutions
\begin{document}
\begin{questions}
\question Determine which plot shows the strongest linear correlation.
\begin{choices}
\begin{multicols}{2}
\correctchoice \includegraphics{T2_Q1_D.png}
\choice \includegraphics{T2_Q1_B.png}
\choice \includegraphics{T2_Q1_A.png}
\choice \includegraphics{T2_Q1_C.png}
\end{multicols}
\end{choices}
\answerline[A]
\end{questions}
\end{document}