I'm working on compiling a practice exam using LaTeX, and I’ve run into some issues formatting it cleanly.
The exam is based on RBT (Revised Bloom's Taxonomy) levels — with sections like Knowledge, Application, Analysis, etc. I want each section to start on a new page with a proper header and clean formatting. But I’m struggling with two main things:
Making sure each section starts on a new page with its own heading and proper spacing
Ensuring the questions under each section are numbered correctly like 1.1, 1.2 under Knowledge, then 2.1, 2.2 under Application, etc.
I’ve seen some examples online, but nothing that fits this exact structure. Here’s a sample exam I’m referencing and building upon:
Any ideas on which LaTeX packages or structure I should use for this kind of layout? A template suggestion would also be hugely appreciated.
Thanks in advance!