Uow Exam

My personal template for exam papers at the University of Warwick

Category

university

License

Free to use (MIT)

File

sample-aep.tex

sample-aep.texRead-only preview
%-----------------------------------------------------------
% LaTeX template for University of Warwick exams
%-----------------------------------------------------------

% load the uow-exam class, the following options are supported:
% 'answers' shows solutions where specified 
\documentclass[answers, aep]{uow-exam}

% configure the rubric 
\ModuleCode{CSXXX} % module code: e.g. CS141
\ModuleName{Module Name} % module name: e.g. Functional Programming
\ExamPeriod{Summer 2021} % name of the exam period: e.g. Summer 2021
\ExamCode{CSXXX0\_A} % full paper code; don't forget to escape the _
\ExamType{24-hour window} % type of exam
\TimeAllowed{2 hours} % either 2 hours or 3 hours
% customise this depending on the format of your exam
\QuestionInstructions{There are \textbf{SIX} questions. All candidates should attempt \textbf{FOUR} questions.}

% use this if your exam paper contains sections or comment it out otherwise
\NoBreakAfterQuestions

\begin{document}
	\MakeHeading
	
	\begin{questions}
		\question This question is about ...
		\begin{parts}
			\part[1] This is a part of a question. \droppoints
			\begin{solution}
				This is only generated if the \texttt{answers} option is specified.
			\end{solution}
		\end{parts}
		\question This question is about ...
		\begin{parts}
			\part[2] Another part. \droppoints
		\end{parts}
	\end{questions}
\end{document}
Preview
Uow Exam preview
Uow Exam LaTeX Template | Bibby | Bibby AI