wjbg / latexam

A simple LaTeX template for written exams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaTeX Exam Template

made-with-latex License: GPL v3

A simple LaTeX template for written exams, based on the excellent template from the Australian National University.

The template features:

  1. 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
  2. A page with generic guidelines for the exam.
  3. 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.

License

Free as defined in the GNU General Public License v3.

About

A simple LaTeX template for written exams.

License:GNU General Public License v3.0


Languages

Language:TeX 100.0%