i am creating an exercise book using the exercise package.
i understand that i can add a label to a question to link an answer to a specific question.
however, i'd like to add a link to the answer under the question. so it looks something like:
Current tex source:
\usepackage[answerdelayed]{exercise}
\begin{Exercise}
What is the value of 2+5?
\end{Exercise}
\begin{Answer}
7
\end{Answer}
<rest of the document>
\shipoutaAnswer
Current output:
Exercise 1: What is the value of 2 + 5?
<rest of the document>
Solution 1: 7
Desired output:
Exercise 1: What is the value of 2 + 5?
<Link to Solution at the end of the document>
<rest of the document>
Solution 1: 7

