I want to create a exam with exams2nops. My approach is to have diffrent types of Questions inside of Sections. Iam wondering, if i could force or prevent a pagebreak inside various sections (or parts) of the exam. For this approach i need to define this sections clearly and i dont have a clue how to do that.
In a other thread a while ago it was explained a little bit: Link, but unfortunately it dont helps me...
With the argument exams2nops(...,header "\\renewenvironment{question}{\\item}{\\newpage}"
i can force to do a pagebreak after each question. That might be a an answer for my problem, but I don't want to waste paper unnecessarily. I tried also /nopagebreak
, but it didnt worked. The problem is, that when it comes to a plot or an image, the question, item or plot/image cuts "in a half". That circumstance could be very confusing for the students, when they have to interpret a large output.
So i came to the conclusion that there must be an option to define sections who seperates different types of questions, esepccially questions with plots. Then i could define the renewenvironment
-argument with this sections. Following a example of my idea:
Section 1
- Multiple Choice, only text based.
- little space needed
- no pagebreak
Section 2
- Multiple Choice with Plots.
- More space needed, because of the Interpretation of the Plots.
- pagebreak!
Section 3
- open Questions with and without plots.
- even more space needed
- definitely pagebreak!
Does somebody has any idea?