%% %% This is file `uantwerpenexam-example1.tex', %% generated with the docstrip utility. %% %% The original source files were: %% %% uantwerpendocs.dtx (with options: `ex-example1') %% %% This is a generated file. %% %% Copyright (C) 2013-2024 by Walter Daems %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2005/12/01 or later. %% %% This work has the LPPL maintenance status `maintained'. %% %% The Current Maintainer of this work is Walter Daems. %% \documentclass[ti,a4paper,10pt]{uantwerpenexam} %% ti specifies the department, change to the letter combination of %% your department %% a4paper specifies the paper format %% 10pt students have good eyes, they still can read 10pt fonts %% select a font you like \usepackage{newpxtext} \usepackage{newpxmath} %% this package eases numbering of subquestions \usepackage{enumitem} %% load the proper language(s) (last language will trigger the language %% of the logo a.o.) \usepackage[dutch]{babel} %% some data about your course and the authors/lecturers \course{1876FTIDUM}{5-Bistrologie} \author{Walter Daems} %% can be omitted if 'lecturers' are sufficient \lecturer{Walter Daems} %% specify the degree of the program the course fits in \degree{Bachelor of Science in de industri\"ele wetenschappen - elektronica-ICT} %% specify the academic year \academicyear{2017-2018} %% specify the particular examination form \exampart{Schriftelijk Examen} %% specify the group \examgroupnumber{1 (eerste examenkans-inhaal)} %% specify import time-related info about the exam - this will help %% supervisors to hand-out the correct exam copies! \examdate{2018-01-29} \examlength{4h} \tstart{08h30} \tend{12h30} %% same for the room(s), you may specify multiple! \room{G.U.024} \room{G.U.025} %% instruct your students about important details. %% 'firstpage' puts in on the first page, if omitted the extra info is %% printed on the back of the first page \extrainfo[firstpage]{ Belangrijke informatie:\\\par Het volledige Onderwijs- en Examenregelement (OER) is van toepassing op dit examen. Toch wil ik vooraf nog een aantal regels duidelijk stellen: \begin{enumerate} \item Mogen op je tafeltje aanwezig zijn: (1) schrijfgerief, los d.w.z. \emph{niet} in een pennenzak (geen papier; er zit examenpapier bij de opgaven), (2) je rekenmachine (zonder alfanumerieke data en zonder geheugenkaarten), (3) het formularium. \item Volledig \emph{verboden te gebruiken}: alle apparatuur met geheugen- of communicatiefunctionaliteit zoals GSM, smartphone, smartwatch, muziekspeler, \ldots Je tas staat vooraan in het lokaal. Hang je jas aan de kapstok of leg hem bij je tas. \item Schrijf je naam op het titelblad van de opgave in het daartoe voorziene vak. Op de andere bladen schrijf je je naam \emph{niet}. Je examenopgave heeft een uniek nummer dat toelaat het te identificeren. \item Op het einde van het examen geef je \emph{alle} bladen weer af aan de aanwezige docent. \end{enumerate} Succes! } %% if you make a copy per student, you can provide a number on the copy \studentnr{127} %% set the multiple choice symbol you fancy \setmcsymbol{\bigcirc} \begin{document} %% set the title page of the exam \maketitle %% a first question (with an identifier that can help you remember wich %% question it is out of your huge database) \question{[VLATOP-BISTRO]} %% give some idea to the student about the importance of the question \questionweight{3} Geef de eerste vijf laureaten van de VLATOP-bistro competitie. %% a second question \question{[BECHAMEL]} \questionweight{7} Welk van de onderstaande ingredi\"enten hoort niet thuis in een b\'echamel saus: %% this is how you specify the multiple choice answering options \mc{Melk} \mc{Boter} \mc{Bloem} \mc{Eieren} \mc{Suiker} %% you can insert some pages for the studen to write his/her answers %% on. %% a. below the question, in this case for the remaining 2cm on the page \insertsolutionspagepartial{2} %% b. a full page \insertsolutionspage{} \clearpage %% a third questoin \question{[BISTROCULTURE-1]} \questionweight{10} %% the option of the enumerate environment is thanks to the enumitem package \begin{enumerate}[label=\alph*)] \item Bespreek de evolutie van de Noord-Europese bistrocultuur gedurende de laatste vijftig jaar. \item Breng dit in relatie tot de opkomst van de georganiseerde recensies zoals die van Michelin en Gault-Millau. \end{enumerate} %% you can insert some pages for the studen to write his/her answers %% on. %% a. below the question, in this case for the remaining 23cm on the page \insertsolutionspagepartial{23} %% b. full pages: 3 in this case \foreach \i in {1,2,3} { \insertsolutionspage{} } %% c. special 'scrap' pages with a watermark on them: two in this case \foreach \i in {1,2} { \insertsolutionspage{Kladpapier} } \end{document} \endinput %% %% End of file `uantwerpenexam-example1.tex'.