I am writing a question, and I have something like this:
\begin{enumerate}
\item Question 1
\begin{enumerate}
\item Choice 1
\item Choice 2
\end{enumerate}
\end{enumerate}
and now I want to show the solution to this question. Is there a simple way of doing this? I just want a simple thing; using a package will be an overhead.
I tried adding \label{answer:q} after Choice 2, but when I use \ref{answer:q} it gives me 1b for the second choice, the 1 here is referring to the the parent \item, can I restrict this to the child \item to get only b?

