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
0answers
24 views
Equation to continue in line with text
I'm using
\documentclass[addpoints,answers,12pt]{exam}
\usepackage{multicol}
to generate Multiple Choice Question paper in two columns.
I want to start new question on next column, if less ...
1
vote
1answer
92 views
Solutions in exam class
I'm trying to write up solutions to some exercises, using the exam class. In order to align equations correctly, I'm also using the aligned environment from amsmath.
To avoid too much repetitious ...
3
votes
0answers
68 views
exam class - align problems horizontally using probsoln
I would like to create worksheets with problems filled by rows instead of columns. I am using probsoln to store and call the problems, but they always end up filling the worksheet vertically. I tried ...
2
votes
1answer
46 views
Labeling problems with exam class usage when using multiple chapters
Using the exam document class I'm trying to create a questions/answers-sheet for a book. When working on the first chapter, everything worked nicely. When I came to the second chapter, I realized I ...
4
votes
1answer
178 views
How to insert logo in exam document class?
I would like to insert a logo for the exam questionnaire on the upper right where the title is placed but i dont know how.. i would like to appear it this way.
3
votes
0answers
61 views
Quiz with random variants without repetition
How to make similar to http://minerva.falco.mi.it/wwwroot/lavori/dominio-r2-v1.pdf test with random variants without repetition?
Does exami package support online filling or it's only for printing?
...
3
votes
1answer
45 views
How do I use \titledquestion in the exam class with or without points?
When using the exam class, it is possible to have commands like \question[5] or simply \question (i.e. with no points). The former includes the points within parentheses by default, and the latter ...
7
votes
5answers
122 views
Fill the blank type of text in non exam document
I want to make a fill the blank type of text in a non-exam document. Here the desired result that I want:
Let A be a subset of R, A called measurable set if m*(...) = ........, for all .... in R
I ...
1
vote
0answers
62 views
Mailmerge alternatives for exam variations?
I need to make 10 different versions of a test for a very large cohort of students. I could use mailmerge for this, but I wonder if there are any alternatives which might suit my needs better?
For ...
0
votes
1answer
41 views
Using exam class, text entered in \fullwidth{} messes up pagebreaks
I am using the exam class to write up a document with questions, but with long passages of text between the questions. In order to get the indentation correct, I have been using \fullwidth{} for ...
5
votes
1answer
60 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 ...
4
votes
1answer
143 views
Two columns: one column for questions; the other for answers
I am using the exam class.
\documentclass{12pt,a3paper,landscape}{exam}
I would like to split my paper into two columns. One column should be for the question and across from that question would ...
5
votes
0answers
70 views
Generating gradetables with parts using the exam class
I've just started using the exam class to typeset, well, an exam, and when using the \gradetable command to create the final grade table, it only shows me the points at the granularity of a question, ...
1
vote
1answer
43 views
Create commands each of the text aligned horizontally?
I am using exam document class as my guide in creating my own documentclass but i have encountered a problem.How will i create a command for each of the four texts in a line.
here is a sample image:
...
0
votes
1answer
55 views
Listings package not working properly with Exam class
When I gave my code in the exam class like
\begin{parts}
\part \begin{lstlisting}
echo The date is $date
\end{lstlisting}
\part \begin{lstlisting}
echo The date is $(date)
\end{lstlisting}
...
2
votes
1answer
56 views
Why do i have error by removing this `>{\stepcounter{tfno}\thetfno.}`
i followed the instructions by this link:
Remove the automatic generation of number?
and happily satisfied when it really prevented the automatic numbering of the text. But why is when i changed the ...
3
votes
1answer
87 views
Create an environment like the `checkboxes` in exam.cls
I am having trouble on how will i create something like the checkboxesor oneparcheckboxes environment in exam.cls. The only difference is that since the checkboxes gives circle, i'd like to create ...
2
votes
1answer
64 views
How to create an optional argument like the 'correctchoice` command in exam document class?
I want to create an alternative to CorrectChoice. That when [answers] command is used it will highlight the correct answer and be printed with the question together.
I have seen this command by this ...
2
votes
0answers
119 views
Exam document class not leaving space for solutions when used with [noanswers] [closed]
I'm attempting to use the exam document class to write an exam for my class, and for some reason this particular exam is not leaving space for their answers when I use the [noanswers] argument to the ...
4
votes
3answers
90 views
Multiple labels warning for exam class with parts
I am writing a document in the exam class. For question with multiple parts (a), (b),... you are supposed to use the parts environment. Using it works fine, until I add a solution to the question that ...
2
votes
0answers
105 views
How to prevent continuation to the next page? [closed]
i learned of the samepage environment based from this link Unbreakable block so i tried it on my case but i think this isn't what I am looking for. My problem is: with the exam class, i have created a ...
3
votes
1answer
75 views
Create command not using adjustbox package for inserting image
I am creating a test question using exam.cls and I think it would be different if i will include image in the question. But i dont really know how should I insert it.
i found a solution code that ...
2
votes
1answer
74 views
Make \section*{} compatible with the exam class
I'd like to redefine the \section*{} command so that the section title are aligned left. I actually can achieve it with \fullwidth{\section*{my section title}}
but y would like to do something like:
...
3
votes
2answers
114 views
Toggle visibility of solutions in LaTeX output for exams
So I have my own layout for my exams based on scrartcl and to prevent anomalies during some changes I want to have only one file per exam which holds both questions/excercises and solutions. Yet I ...
1
vote
1answer
98 views
\answerline to the right of a question with dot line between answer line and question
I see a nice feature \answerline to the right of a question.
The answer is put to the right of a question. What I want is:
the number before the answer line should be removed, because I think the ...
7
votes
1answer
351 views
Textbook package compatible with examdoc
I really like the examdoc class. I almost always use it to create exams, tests, ...
However...
I'd like to make a textbook. In it should be several exercises, with (preferably) their solutions in an ...
5
votes
1answer
63 views
Custom \bonusqformat in exam class not level with question text
I am creating a set of problems, with the bonus problems starred with an *, but when I use \bonusqformat to customize the mark, it pushes the text onto a new line. Is there any way to prevent this ...
6
votes
1answer
123 views
How to break long solutions in exam class?
I am currently using the exam class to write up the solutions to a take-home exam, but I am having issues when my solutions are too big to fit a page. I either have huge gaps in my paper or solutions ...
10
votes
4answers
1k 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 ...
11
votes
3answers
761 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 ...
3
votes
1answer
111 views
How to include exam class features in book class
I am currently writing up notes using the book class with three parts, one for lecturers notes, one for mine, and one for practice questions. I love the exam class for formatting questions, but I want ...
5
votes
2answers
468 views
Multiple choice with answers at the end of the chapter
I would like to set up an environment for multiple choice questions, such that the list of the correct answers, and some lines of comments, will be typeset at the end of the chapter.
Something like ...
8
votes
1answer
222 views
Create a “choose between ” questions with exam class
I want to create an exam that has 2 parts: Part 1 will be some questions that students are force to do, and part 2 will be a choose x questions among y to do.
If it weren't for the score, I could ...
5
votes
1answer
163 views
wrapfigure within an exam
I am trying to float a figure using wrapfigure within an exam document using minipage. If I don't use a minipage, then the exam questions do not wrap around the figure. When I use minipage as in the ...
10
votes
1answer
113 views
How could I typeset odd item or even item respectively in examination paper?
I want to write a tex file of an examination paper like
(Derivative function)
1. $3x-1$
2. $2x+1$
3. $4x^2+2x+3$
4. $7x^3-3x-6$
5. $\sin6x-7$
6. $\cos5x+2$
And then, I can set a logical variable ...
0
votes
1answer
74 views
exam class and align* environment [closed]
I wonder if there is a conflict between the align environment and the exam class. I have the following and it gives an error for \begin{align*}
\documentclass[answers,11pt]{exam}
...
1
vote
1answer
100 views
How to change the question number from just '1' to 'Question No. 1.' in the exam class?
I needed to type something like this:
But wanted to change the 'numbering' to 'Question No. x.' from just 'x.' How should I go about doing that?
An alternative solution is also welcome if what ...
3
votes
1answer
162 views
\answerline to the right of a question
using exam class. I want the answerline on the same line as the question, to be used in mid-sentence actually.
I have this:
\documentclass[a4paper]{exam}
\begin{document}
\begin{questions}
...
3
votes
1answer
167 views
How to box the correct answer in Exam class?
I have tried using the following code:
\documentclass[12pt]{exam}
\CorrectChoiceEmphasis{\mbox{}}
\begin{document}
\begin{questions}
\question Who is an idot?
\begin{choices}
\choice Not the writer ...
1
vote
0answers
51 views
Print a document with exam class so that it can be folded into a book [duplicate]
Possible Duplicate:
Printing a book
Is there a method when printing on a5paper with exam class so that it comes out like a book?
Folding down the middle, and have it print the pages in ...
6
votes
2answers
176 views
Last footnote of an Exam be “End of Exam”
I am using exam class.
I am writing an exam, and I wanted the last footnote (the final, last one to appear) to be End of Exam.
I have this:
\pagestyle{headandfoot}
\runningheadrule
...
6
votes
1answer
179 views
Renumbering the \part in Exam class
I just want one section to be renumbered, not all the \parts numbering.
I have found this in the manual:
\renewcommand{\thepartno}{\Roman{partno}}
But that is making all the numbering for \part ...
0
votes
0answers
61 views
Allowing page breaks inside examdoc's solutionorlines environment [closed]
I'm setting an exam at the moment using the examdoc class. One of the questions in this exam has a really long answer. I've left 8 inches of lined space for students to answer in.
Currently, these ...
4
votes
1answer
107 views
\fillwithlines{\stretch{1}} only .6\textwidth
I'm using the exam package and want to use \fillwithlines{\stretch{1}} but only so it goes .6\textwidth across the page. I've tried using minipage, parbox, and makebox, but none of them work with the ...
17
votes
5answers
2k views
How to write a multiple choice test book with LaTeX?
I want to write a book which will consist of many multiple choice exam sheets. Putting the codes below into my preamble, I wrote the question like as
\begin{enumerate}
\item $2+2=?$
\choice $1$ ...
25
votes
3answers
4k views
How can I typeset an exam or assignment paper?
I want to use LaTeX for exam and assignment papers for a class that I am teaching. I obviously could just do the whole thing myself. But, what alternatives are there for easily typesetting such ...
3
votes
2answers
399 views
Exam poll generator?
I need a recomendation for some good LaTeX document generator.
I have two lists of questions - I want the Generator - to make a given number of exam polls which will have first question from the ...
6
votes
2answers
289 views
Is there a way to add reusable metadata to the exam class?
Assuming I want to build a large pool of questions I can reuse for exams and tests, how can I extend the question section in the exam class to enable adding references to
where the work/solution ...
3
votes
3answers
310 views
Recommendation for homework use [closed]
I'm re-discovering LaTeX after an absence of 15-17 years. Sadly all my previous skills are gone so I'm starting from scratch.
I am taking two grad courses for which I have to submit assignments every ...
7
votes
1answer
207 views
Lost float in exam class
For some reason, I can't seem to put a figure or a table environment inside a solution environment while using the exam class. It produces a float is lost error. Has anyone found a way to bypass this ...
