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

All Questions

Tagged with
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
-1 votes
1 answer
145 views

Making Multiple-Choice problems through Exsheets package

5-Choice problems through exsheets I'm writing a template for multiple-choice problems in the Latex book using exsheets package as follows: \documentclass[12pt]{book} \usepackage{tasks} \usepackage{...
tstt's user avatar
  • 187
2 votes
1 answer
55 views

\AtBeginEnvironment does not work for the questions environment in the exam class

Please see the following MWE. \documentclass{exam} \usepackage{etoolbox} % The following does not have any effect on the output \AtBeginEnvironment{questions}{\setcounter{question}{4}} \begin{...
Masroor's user avatar
  • 18k
0 votes
0 answers
53 views

Define custom command which captures whole paragraph

I am using the exam document class. It has commands like \question which operate inside the environment questions. Within the document, you can write things like \begin{questions} \question Here is ...
Peter Davison-Reiber's user avatar
0 votes
1 answer
211 views

In the exam document class, how to use EnvUplevel for solution that spans multiple pages?

In the exam document class, how to use EnvUplevel for solution that spans multiple pages? Here is my code. (It works perfectly if the solution is within a page) (I am using page size a5) \...
Hariprasad Soragaon's user avatar
1 vote
1 answer
113 views

How to change alignment of \uplevel in exam class?

I am trying to mimic the exam style of the Dutch central exams (high school) in LaTeX so my students can get used to the exam format. I am using the exam package from LaTeX and I have almost nearly ...
bhustinx's user avatar
1 vote
0 answers
57 views

Macro for computing subtotal (hide subtotal)

I've been trying to modify the following code which I have obtained from Macro for computing subtotal Tex Question. My MWE with my not so great solution. \documentclass[addpoints]{exam} %%%%%%%%%%%%...
Alan Jones's user avatar
0 votes
1 answer
609 views

Exam class: Each question on new page

I have an exam class document containing only questions (about 500 or so questions) using \begin{questions} \question[5] Question 1 text \question[10] Question 2 txt \question[10] Question 3 txt ... \...
Dilpreet Kaur's user avatar
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 ...
Raja's user avatar
  • 450
0 votes
1 answer
46 views

Italic question's statement and the reason of an error

Here is my document from the beginning: \documentclass[11pt, openany]{exam} \usepackage[utf8]{inputenc} \usepackage[a4paper, margin=1in]{geometry} \usepackage[T1]{fontenc} \usepackage{lmodern} \...
Happy's user avatar
  • 363
1 vote
0 answers
135 views

Define question environment in lyx

Maybe this is a simple question, but I don't know the layouts in lyx. How can I write questions and choices environments (with \CorrectChoice) in a lyx layout? \documentclass{exam} \begin{document}...
mert's user avatar
  • 1,667
1 vote
1 answer
439 views

New environment for questions and answers

I want to create my own environment with an "answer" parameter and optional "font style" parameter. From the new environment, with name QandA for example, I need the following ...
PD3L0V3R's user avatar
0 votes
0 answers
985 views

Use of \@xfootnote doesn't match its definition

I get an error when compiling the following code: \documentclass[12pt,a4paper,answers]{exam} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{amsmath} \usepackage{amsthm} \...
Piotr's user avatar
  • 25

15 30 50 per page