Can a question spans multiple page?
Replies (2)
(1-2/2)
Forums » Using AMC (english) »
Added by Nhu Le over 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.
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} }
Thank you. It works very nicely.
(1-2/2)