I want to create an alternative to CorrectChoice. That when [answers] command is used it will highlight the correct answer and be printed with the question together.
I have seen this command by this link How to box the correct answer in Exam class?. it created a command MyCorrectSmartChoice I am thinking on if the [answers] command will not be included, how will the function(puting the correct answer inside the box) of this particular command be hidden??
example:
\documentclass[answers]{exam}
\begin{document}
\begin{questions}
\question The question is here.
\begin{choices}
\choice one
\MyCorrectSmartChoice two
\choice three
\end{choices}
\end{questions}
\end{document}
Then if the [answers] command will be used, it will be emphasized?
Need some help on this matter. Thanks!

