summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bangorexam
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-09 22:05:14 +0000
committerKarl Berry <karl@freefriends.org>2017-10-09 22:05:14 +0000
commit23af24470baf53702b88e463e7417e6daf136d2b (patch)
tree50d7d90d266c7af2e9413a5acd0c5a28a3f37abb /Master/texmf-dist/doc/latex/bangorexam
parent3632dda64505cbe7a67e1b1f0f517c7623198257 (diff)
bangorexam (9oct17)
git-svn-id: svn://tug.org/texlive/trunk@45507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bangorexam')
-rw-r--r--Master/texmf-dist/doc/latex/bangorexam/README.txt14
-rw-r--r--Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdfbin181698 -> 182901 bytes
2 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/bangorexam/README.txt b/Master/texmf-dist/doc/latex/bangorexam/README.txt
index 2d299cbb4ca..f9cdd1f8d64 100644
--- a/Master/texmf-dist/doc/latex/bangorexam/README.txt
+++ b/Master/texmf-dist/doc/latex/bangorexam/README.txt
@@ -1,7 +1,7 @@
Bangor University Computer Science Department
Exam Document Class
Cameron Gray <c.gray@bangor.ac.uk>
-March 14, 2017
+October 6, 2017
Abstract
Starting with the 2016/17 academic year, the Computer Science department at
@@ -16,15 +16,17 @@ to produce an examination paper, including examiner’s copies with solutions in
The document class is activated (or loaded) using the usual LATEX command
\documentclass{bangorexam}. The class requires one of the following options to
control which ‘style’ of exam paper is produced.
-[ab] - produces a compulsory Section A and a ‘two from three’ Section B exam.
+[ab] - produces a compulsory Section A and an ‘n-from’ Section B exam. This type defaults to 2 required to match previous behaviour.
[aonly] - produces a single section, all questions compulsory exam.
-[twofour] - produces a single part ‘two from four’ exam.
+[nfrom] - produces a single part ‘n-from’ exam.
The ‘answers’ option controls the inclusion of solutions as part of the output.
\documentclass[ab]{bangorexam} - produces the student form of a Section A/B
exam paper.
-\documentclass[ab,answers]{bangorexam} - produces the examiner form of the
-paper.
+
+\documentclass[ab]{bangorexam} - produces the student form of a Section A/B exam paper.
+\documentclass[aonly]{bangorexam} - produces the student form of an exam paper where all questions are compulsory.
+\documentclass[nfrom]{bangorexam} - produces the student form of an exam paper with a single section but n-from the total questions. \documentclass[ab,answers]{bangorexam} - produces the examiner form of the paper.
2 Usage - Preamble Macros
@@ -39,6 +41,8 @@ set important aspects such as the module code and title.
\timeallowed{hours} The amount of time allowed in hours. This should be the numerical part only, e.g. \timeallowed{1\half} or \timeallowed{3}.
+\nfrom{number} The number of compulsory questions from the selection available in the options part of the exam.
+
3 Usage - Body Macros
Various macros exist to typeset the questions within the exam paper. The macros listed
diff --git a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf
index e0d47f87b85..c7e7d8abafb 100644
--- a/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf
+++ b/Master/texmf-dist/doc/latex/bangorexam/bangorexam.pdf
Binary files differ