In the following MWE, the empty box appears in the second page because it doesn't fit the first one:
\documentclass[11pt,a4paper]{exam}
\begin{document}
\begin{questions}
\question
Text
\makeemptybox{50\baselineskip}
\end{questions}
\end{document}
I would like the box to begin in page 1 and to end in page 2.
How can I do that?
framed? – Bernard Oct 25 '19 at 15:35\vspace{60\baselineskip}is not breakable either. – John Kormylo Oct 25 '19 at 21:42