Can a question spans multiple page?

Added by Nhu Le almost 11 years ago

I have creating a question with AMCcode for each of the choices so the question can get longer than a page. Is it possible to gracefully print the rest of the question on the next page? Currently it would just print outside of the margin.


Replies (2)

RE: Can a question spans multiple page? - Added by Alexis Bienvenüe almost 11 years ago

To allow multi-page questions, remove the box package option, or enclose your question in a {...} construct with a \AMCnobloc command:

{\AMCnobloc
 \begin{question}{id}
   ...
 \end{question}
}

RE: Can a question spans multiple page? - Added by Nhu Le almost 11 years ago

Thank you. It works very nicely.

(1-2/2)