You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a solution to use the content of an exercise directly in the solution. With the multiplechoice example from the package Task, the following should be possible:
\begin{mcExercise}
\begin{multiplechoice}
\choice First choice
\choice Second choice
\choice[\correct] Third choice
\end{multiplechoice}
\end{mcExercise}
instead of:
\begin{exercise}
\begin{multiplechoice}
\choice First choice
\choice Second choice
\choice[\correct] Third choice
\end{multiplechoice}
\end{exercise}
\begin{solution}
\begin{multiplechoice}
\choice First choice
\choice Second choice
\choice[\correct] Third choice
\end{multiplechoice}
\end{solution}
The text was updated successfully, but these errors were encountered:
I am looking for a solution to use the content of an exercise directly in the solution. With the multiplechoice example from the package Task, the following should be possible:
instead of:
The text was updated successfully, but these errors were encountered: