Tagged Questions
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
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 ...
1
vote
1answer
57 views
How to output the choices of the questions inside a box?
I plan to create a command where I can use to output the choices inside the box and above the list of questions but its a know how. This is a sample output of what i am saying. I will use 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$ ...