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

12 votes
3 answers
5k views

Showing Solutions of the Questions "separately"

There is a class for LaTeX called exam. Using this class, one can write questions and answers for exams. The answers are displayed under (after) each question. My goal is to have all answers in the ...
user avatar
25 votes
5 answers
10k views

How to automatically align the four choices of a multiple choice question in exam?

This question led to a new package: multiple-choice We can have three types of column typeset. See the image below: The above image was created using the LaTeX code below: \documentclass{article} \...
ollydbg23's user avatar
  • 1,208
19 votes
5 answers
7k views

Answers at the end of the exam document

I'm using the exam class, and I want to add answers. Right now the solutions are printet after the question, but before the next question. Ideally they would be presented at the end of a serie of ...
Holene's user avatar
  • 6,950
27 votes
4 answers
11k views

Generate exam from a question bank?

I am looking for a LaTeX package that will allow me to generate an exam with questions drawn from a particular question bank. Each question within the bank would be a self-contained block of LaTeX ...
JohnD's user avatar
  • 2,259
7 votes
2 answers
22k views

Example/Solution Environment

In my document I wish to provide example questions with solutions. I am currently doing this using the amsthm package as follows: \documentclass{article} \usepackage{lmodern} \usepackage{amssymb,...
Freddie Witherden's user avatar
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 ...
Jason's user avatar
  • 485
21 votes
4 answers
5k views

Variations of an exam

I'm using the great exam package to create exams. But sometimes there are many students so I need to create different "versions" - Group A and Group B. Mainly the differences are only the numbers in ...
uzsolt's user avatar
  • 1,431
11 votes
2 answers
3k views

Using circled numbers for answer choices in exam document class

I'm using the exam document class for an exam with a multiple choice section. To match the appearance of the scantron form, I'd like to use circled numbers in the choices and oneparchoices ...
Jason's user avatar
  • 485
8 votes
1 answer
12k views

How to generate a dynamic bubble answer sheet for multiple-choice exam [duplicate]

I want to produce a bubble answer sheet where the number of questions are shown by \qCount. It is always below than 100. Is it possible to produce it dynamically? I cannot print the question numbers ...
remo's user avatar
  • 541
4 votes
1 answer
420 views

vertical spacing between fillin in exam

I am using an exam package and the following code \fillin[$P(X\le6)-P(X\le3)$][3.7in] but there is an vertical space issue which I could not find a solution for it between the equation and the ...
Statguy's user avatar
  • 67
4 votes
2 answers
988 views

Dynamic Spacing in exam Package

I'm using the exam package for creating exercise questions of a class and trying to leave empty spaces dynamically according to the length of the solution, instead of setting a static value. The ...
kuzdogan's user avatar
  • 185
26 votes
6 answers
27k views

Creating Multiple Choice Questions Without using 'Exam' Class

I am working on a document with class article and I want to have multiple choice questions in it. Is this hard enough to do that I should change it to exam class? If not, how do I accomplish this? ...
Michael's user avatar
  • 513
16 votes
3 answers
4k views

Set indentation of choice in exam documentclass

I want to create an multiple choices question with this indenting format 1. ######## A. ### B. ### C. ### 2. ######## ######## A. ### B. ### C. ### The choices have same ...
Mas Adit's user avatar
  • 321
9 votes
2 answers
941 views

How to prevent page breaks within between a question and its answer choices in Exam class?

I'd like to prevent page breaks between a question and its answer choices in the Exam class. There's a good solution to the problem of how to prevent page breaks within the answer choices here, but ...
Gregory's user avatar
  • 595
9 votes
2 answers
1k views

How can you make custom counter display types?

I'm a comp sci prof working on an exam for my students in LaTeX, using the exam class. I like to throw in a few in-jokes here and there. Unfortunately, the class breaks if you try to use 0-indexing on ...
Adam Smith's user avatar

15 30 50 per page
1
2 3 4 5
14