I am making a workbook in ConTeXt. Throughout the workbook, there will be many spaces for the owner to write in short answers of one or two paragraphs. This can be quite simple, perhaps just a question, followed by several thin, horizontal lines on which one can write. E.g.:
1. What was the most interesting part of the story?
__________________________________________________
__________________________________________________
__________________________________________________
__________________________________________________
__________________________________________________
__________________________________________________
Does TeX or ConTeXt have any standard method for providing such a space?
Are there any algorithms in place within TeX or ConTeXt for specifying proper typographical placement of these elements and where breaks should appear? Here is an example of what I mean (although not necessarily ideal):
- No page break should be placed inside the writing area, unless the area before and after the break has at least 3 lines.
- No page break should be placed between the question and the writing area.
- Rather than specifying an exact number of lines, a range can be specified (e.g. 5 to 8 lines). E.g. If it prints 5 lines, but finds the rest of the page is empty, it can add up to 3 additional lines until the page is filled).



