A simple LaTeX template for written exams, based on the excellent template from the Australian National University.
The template features:
- A title page with:
- University and faculty information
- An image, could be a logo
- The course name and the course code
- Available time
- Materials permitted during the exam
- Optional fields for student name and student number
- A page with generic guidelines for the exam.
- A command and an environment for the questions and answers:
\question
for auto-numbered questions; this allows easy reshuffling of questions without messing up the numbering order...\begin{answer} ... \end{answer}
for the answers, which will be printed in a yellowish box.
The answers can be shown or hidden using a boolean:
% ==============================================================================
% Show answers?
%
\showanswerstrue
% \showanswersfalse
Optionally, the form provides space for the student name and number on the front page, and adds a statement that the question form should be returned after the exam. This option can be turned on or off using the following boolean.
% ==============================================================================
% Return form?
%
% \returnformtrue
\returnformfalse
Check the pdf for an impression.
Free as defined in the GNU General Public License v3.