the {exam} document class provides a number of useful features for typesetting exams - in particular it provides a `Question` environment with `parts`, and can keep track of points

learn more… | top users | synonyms

0
votes
1answer
24 views

Page Numbering in “Exam” Document Class

When using the "exam" document class, LaTeX prints "1" for the page number at the bottom of the first page but prints "Page n" for all successive pages where n is the page number. Anyone know how to ...
5
votes
0answers
90 views

Generating gradetables with parts using the exam class

I've just started using the exam class to typeset, well, an exam, and when using the \gradetable command to create the final grade table, it only shows me the points at the granularity of a question, ...
3
votes
0answers
80 views

exam class - align problems horizontally using probsoln

I would like to create worksheets with problems filled by rows instead of columns. I am using probsoln to store and call the problems, but they always end up filling the worksheet vertically. I tried ...
1
vote
0answers
77 views

Mailmerge alternatives for exam variations?

I need to make 10 different versions of a test for a very large cohort of students. I could use mailmerge for this, but I wonder if there are any alternatives which might suit my needs better? For ...
0
votes
0answers
22 views

How to create something like `matching` environment from examdesign in eqexam

I use eqexam package to create an exam with single-choice, multiple-choice and fill-in questions. I chose it for visual appeal, easy localization / translation and ability to randomize answers. What ...