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

2 votes
1 answer
49 views

Mark sides of a sector without shifting document

I am trying to mark the two radii of this sector as equal using \tkzmarksegment, however, when doing so, the image disappears. This is for the purposes of a maths homework booklet. I have included the ...
flacko's user avatar
  • 33
1 vote
0 answers
47 views

How do I modify the question format but keep the question text on the same line?

I want to modify my question numbering so it appears like 1.1., 1.2, 1.3. and so on. This can easily be done by \qformat{\thequestion.\thesection.}. However, this causes the question text to be ...
Abdullah Mustafa's user avatar
1 vote
0 answers
116 views

Document with multiple versions

I would like to deal with two different versions of an exam, namely vA and vB. These two versions would differ by content and but also by title, as you can see from the example I included here below. ...
avati91's user avatar
  • 175
3 votes
0 answers
167 views

Question paper with Bloom's Taxonomy in exam document class

I want to create a question paper in exam document class where the questions are marked with different knowledge levels from Revised Bloom's Taxonomy (RBT). There are six levels: Remembering (R) ...
Subhajit Paul's user avatar
0 votes
1 answer
66 views

Using \question and \titledquestion with the exam documentclass

I want to use both \question and \titledquestion of the exam documentclass without messing up the gradetable. From this question we know how to patch the questions environment in order to preserve the ...
user avatar
1 vote
1 answer
56 views

Add "question continues" to exam

I am using the exam package and would like to have "question continues..." in the bottom right of every page where a question continues on to the next page. I don't want it added if the ...
Simd's user avatar
  • 6,941
0 votes
2 answers
142 views

Modify gradetable in exam class

I'm using the exam class. I would like to modify the grade table so that instead of "Question" it would read "Domanda", instead of "Score" it would read "Punteggio&...
avati91's user avatar
  • 175
0 votes
0 answers
75 views

writing an arabic math exam with Latex

I want to write my exam with latex. I tried to convert my english exam as follows: \documentclass[12pt,a4paper]{article} \usepackage{polyglossia} \setmainlanguage{arabic} \setotherlanguage{english} \...
Student's user avatar
  • 1,124
3 votes
1 answer
342 views

Creating square tick box in exam

Like title, I want to create square box like this but \checkboxes in exam just create circle. Can anyone help me T.T \documentclass[10pt,a4paper]{exam} \usepackage{amsmath} \usepackage{amssymb} \...
user307596's user avatar
0 votes
1 answer
180 views

Generating bubble answer sheet

I wish to adding bubble answer sheet in the following MWE: \documentclass[twoside,a4paper,cleardoublepage=empty,14pt]{book} \usepackage{exsheets} \SetupExSheets[question]{type=exam} \SetupExSheets{...
tstt's user avatar
  • 187
1 vote
1 answer
135 views

Make hint to use in another chapter

Consider the following MWE: \documentclass[12pt]{book} \usepackage{exsheets} \SetupExSheets[solution]{print=true} \begin{document} \begin{question} This is a question \end{...
tstt's user avatar
  • 187
0 votes
0 answers
38 views

How is it possible make invisible the custom environment sol?

Consider the following code: \documentclass[addpoints,12pt]{exam} \usepackage{environ} \makeatletter \NewEnviron{sol}{% \def\@currentlabel{\BODY}\label{solt:\thequestion}% \begin{solution}% ...
tstt's user avatar
  • 187
0 votes
0 answers
61 views

Separate answer keys by chapter number

Consider this code in latex: \documentclass[twoside,a4paper,cleardoublepage=empty,14pt]{book} \usepackage{tikz} \usepackage{exsheets} \SetupExSheets[question]{type=exam} \newcommand*\circled[1]{\tikz[...
tstt's user avatar
  • 187
0 votes
0 answers
18 views

Misplaced footer in exam document class

I wrote the exam below using the LaTeX exam document class: \documentclass[12pt,addpoints,answers]{exam} \usepackage{graphicx,lastpage,amsfonts,amsmath,amssymb,caption,amsthm,booktabs,enumitem} \...
Saïd Maanan's user avatar
0 votes
0 answers
56 views

How to create a specific problem with 5 choice options

Does anyone know how is it possible to make such a question environment in a latex book without using exam class?
tstt's user avatar
  • 187

15 30 50 per page
1 2
3
4 5
64