Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [exam]

the {exam} document class provides a number of useful features for typesetting exams - in particular it provides a `Question` environment with `parts`, and can keep track of points

0 votes
2 answers
29 views

Modification of exam `answer plot` to allow drawing partial opacity when `\printanswers` is uncommented

Following up on this question and this question regarding "answer plots" for the exam class, I am running into an issue. I have a region shading at less than 100% opacity. If I try adding ...
0 votes
1 answer
43 views

Latex Exam Automatic grading table on each page problem with first and last page

I found a code for automatically print grading table on each page. Link to code But my document include title page and last page without questions, and on field where grading table should be, there is ...
1 vote
1 answer
115 views

Hide/unhide questions using a command like \printquestions in exam.cls

I am trying to customize the question environment of exam.cls. I want to have a command like \printquestions to hide/unhide the questions, while retaining the points and question labels. I have used ...
1 vote
2 answers
2k views

Using table inside solution environment of exam documentclass

I am trying to use the table environment inside the solution environment of the exam documentclass. Unfortunately this doesnt work as stated in this question since table is also a float. The ...
2 votes
1 answer
753 views

Align all marks/points to the right in exam class

I want to learn how to align marks (to the right) and start the question always on a new line. My MWE: \documentclass[a4paper,12pt]{exam} \usepackage{amsmath} \pointsinrightmargin \renewcommand\...
1 vote
1 answer
51 views

create exam paper using py

I want to contruct an exam paper in latex. I need a question library written in latex. For example, there are 10 questions in it. A latex code is required that randomly selects 3 of these 10 questions,...
0 votes
0 answers
36 views

Error with Latex , using Babel package and Randomizechoices package

I'm using the randomizechoices package to write a test. As shown in the following code. \documentclass[12pt,a4paper]{exam} \usepackage[spanish]{babel} \usepackage{exam-randomizechoices} \renewcommand{\...
0 votes
1 answer
118 views

Displaying Answers Using the Exam Class (too many lines in vbox - make two columns)

I use the exam class to write multiple choice tests in a couple of my classes. I use the following code to collect and then display the correct answers at the end of the test using the command \...
23 votes
7 answers
7k views

exam class - permute mc answer choices, generate answer key

I happily use the exam document class to create exams and quizzes. I often make at least part of my exams multiple choice, and I'd like to be able to generate multiple versions of the exam by ...
0 votes
1 answer
24 views

Footnote appears on the page where the solution begins (exam class) [duplicate]

I want to add footnotes to the solution of an exam question, which I wrote using the exam class. I followed this Stackexchange answer and wrote the following code. \documentclass[answers]{exam} \...
0 votes
0 answers
35 views

Create exam with random chosen questions

These days I'm trying to write code to create quizzes. For example, I have a bank of 10 questions. This file is tex. I want to write the second tex file in a way that two questions are randomly ...
0 votes
1 answer
37 views

Customized true/false questions in exam document class

In the upcoming exam I plan to have one exercise in the form of MC questions. I use the exam document class and usually use something like this: \documentclass{exam} \begin{document} \begin{questions}...
1 vote
1 answer
379 views

qformat for parts in exam?

In the exam package I would like to customize \part header. I know I can change the \qformat for questions, but I didn't find any similar command for parts. In my case my parts looks like: (a) (5 ...
0 votes
1 answer
130 views

Exam class change margin without affecting header, footer

I want to use the exam class for a project and have already learned that using multiple questions environments causes some problems. Therefore, I wanted to include everything inside of one questions ...
2 votes
1 answer
45 views

Change output of version in mcexam

I'm working in the mcexam package and want to take the output of \mctheversion and change it to an letter value. That is "Version 1" is changed to "A" or "Form A", "...

15 30 50 per page
1
2 3 4 5
64