Skip to content

wjbg/latexam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages