A package for constructing question (or exercise) and answer sheets.

learn more… | top users | synonyms

19
votes
1answer
694 views

Comparing packages which facilitate typesetting exercises and solutions: exercise vs. answers vs. probsoln

Could someone with experience in using these exercise typesetting packages please offer a quick compare and contrast of these packages to help me choose? Packages under consideration are: exercise ...
10
votes
1answer
149 views

Adding a section of answers for each section of exercises at the end of a book using answers package

I'm writing a book and for it I have created a little class file. Each section in the book have (sub-)section of exercises. At the end of all the chapters I want to put a chapter* of answers to some ...
9
votes
2answers
533 views

Setting up a Multiple Choice Answer Key

I had a question about setting up a LaTeX document. I'm not sure if it is proper to post such a question here, but I figured that many people here have experience with the system and might be able to ...
8
votes
2answers
346 views

Best way to part answers from solutions?

Now, if anyone could change the title into something better that would be great =) I am writing a rather long document, which contains plenty of integrals. I have a big list of integrals sorted in a ...
7
votes
1answer
254 views

Adding another answer hyperlinked to the question itself

I asked this question here Best way to part answers from solutions? And obtained a very good answer. Though I now have a new problem. I want to type the question, then have one answer linked to the ...
5
votes
1answer
283 views

Please explain \Newassociation and provide an overview of how the package answers works

I've found the answers package a little difficult to use and the documentation isn't as accessible as it could be to a novice like me. I'm not sure but it often seems at times like multiple files are ...
4
votes
3answers
345 views

Create odd-numbered answers, or all answers

I'm starting with a clean slate creating a solutions manual. I would like the ability, by setting a switch, to produce only the solutions for the odd-numbered problems, or those for all problems, in ...
4
votes
2answers
375 views

Hyperlink with answers package

I'm using the answers package for an exercises book. I would like to create clickable hyperlinks (in the generated pdf file) from the exercise to the corresponding solution and back from the solution ...
4
votes
2answers
119 views

Problem putting answers in a macro

I want to put the \begin{sol} and \end{sol} from the answers package in a macro like \newcommand{\assignment}[2] { \item #1 \begin{sol} #2 \end{sol} } ### \assignment{question}{answer} It's just ...
2
votes
1answer
46 views

Labeling problems with exam class usage when using multiple chapters

Using the exam document class I'm trying to create a questions/answers-sheet for a book. When working on the first chapter, everything worked nicely. When I came to the second chapter, I realized I ...
2
votes
1answer
120 views

Exercises in lecture notes without predetermined placement (Follow-up)

I found a partial answer to my problem so I update the question, and leave the unmodified original post here below for reference. The only problem left is how to pass the actual value of a command to ...
1
vote
2answers
172 views

Problem with the answers package.

I am using the answers package to build a series of exercises. The problem i have encountered is when going from \item $ 5x^2-x \geq 0 $ \begin{sol} $x \geq 1, x \leq 0$ \end{sol} to ...
1
vote
1answer
213 views

Hyperref with answers [ntheorem]

I read Hyperlink with answers and have tried to apply the technique to my environments that I have defined using the ntheorem package. In the MWE below the answer links correctly go to the questions, ...