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

All Questions

Tagged with
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 ...
EthanAlvaree's user avatar
  • 1,421
1 vote
1 answer
42 views

How do I show each question part to show up at the top of the tikzpicture?

I'm still quite new to latex, but I am typing up an exam which includes shapes of varying sizes. In each column, I would like the tops of the shapes to be aligned vertically, hopefully allowing the ...
flacko's user avatar
  • 33
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
2 votes
1 answer
116 views

how do I place the question number above a tikz image

My code is below. I can't figure how to place the question number above the tikz image. Thanks for the help. \documentclass{exam} \usepackage{tikz} \begin{document} \begin{questions} \question \...
Yahya's user avatar
  • 49
1 vote
1 answer
141 views

Improving my answerbox code for the exam class

I am using the exam class for my work, and I have found that structuring the space where students fill in their answers can significantly speed up the grading process. To achieve this, I created a new ...
Titanlord's user avatar
  • 541
2 votes
1 answer
111 views

Exam Class + \xcolor + \tikz conflict: incompatible color def

Code is kicking out this warning: Package xcolor Warning: Incompatible color definition on input line 97. Colors are being used in 3 ways in this maths worksheet: draw yellow highlighted box to ...
Siuslaw Math's user avatar
1 vote
0 answers
80 views

Question about Tikz Template

I'm really stuck i want to create something like this image in bellow but i didn't know how to start because i'm beginner in tikz
Hicham's user avatar
  • 11
0 votes
0 answers
198 views

How to customize in Exam class the grid from solid lines to dotted lines

Problem: Gray grids disappear or look uneven when copied or printed with our laser printers. Black grids are (re)produced well but look too bold even when the lines are thin. Question: Is there a ...
floppybox's user avatar
1 vote
1 answer
82 views

How to put a picture side to the multiple alternatives using the exam class?

I want to put a picture right next to the multiple choices using the exam class, but I can only get it above or below the choices. Here my code: \documentclass[12pt,a4paper,addpoints]{exam} \...
Cristian David Oliva San Martn's user avatar
0 votes
1 answer
68 views

Print multiple choice solutions dynamically

I trying to figure out how to print the multiple choice answers of my exam paper dynamically using the tikz package. This is what I have so far: \documentclass{exam} \usepackage{tikz} \newcounter{...
Alan Jones's user avatar
1 vote
1 answer
49 views

Retrieve value of class variable

I'm attempting to use exams' documentclass builtin variable in a formula, regrettably I get an error. ( ! Missing number, treated as zero. ) Is there a way to retrieve this variable so it can be used ...
Zr.Ms. Bruinvis's user avatar
2 votes
1 answer
413 views

How to embed \choices in tabular in exam class?

Similar to the question: Exam class multiple choice answers in table format, I'm trying to embed the \choices into a table format and looking like a table. \documentclass[11pt]{exam} \usepackage{...
E.Yu's user avatar
  • 337
6 votes
2 answers
2k views

Wrap text around tikzpicture environment

I've been trying to use the exam environment to produce nice solutions for an exam. My hope is to have the solution include a figure using tikzpicture and pgfplots and then have text wrapped around ...
Donnie Nathan Chad's user avatar
3 votes
2 answers
828 views

How to reveal TikZ plot with \printanswers in exam class

In the exam class, you can reveal solutions by uncommenting the command \printanswers. This allows the author to keep both question and solution in the same document, without needing to manually ...
EthanAlvaree's user avatar
  • 1,421
1 vote
1 answer
498 views

Put exam \answerline blanks as nodes inside \tikzpicture

The exam class allows you to leave spaces for students to write answers, using the answerline command. Furthermore, when \printanswers is enabled, an file can be generated that fills in these blanks ...
EthanAlvaree's user avatar
  • 1,421

15 30 50 per page