I am working on a document with class article
and I want to have multiple choice questions in it. Is this hard enough to do that I should change it to exam
class? If not, how do I accomplish this?
Any and all help is greatly appreciated!
articleexam
I am working on a document with class article
and I want to have multiple choice questions in it. Is this hard enough to do that I should change it to exam
class? If not, how do I accomplish this?
Any and all help is greatly appreciated!
Best Answer
If all you want is to occasionally be able to ask multiple choice questions, then the exam class may be overkill. Here's a complete LaTeX file that defines both a
choices
environment and aoneparchoices
environment, which you can use to list the choices. (I'm assuming here you'd use anenumerate
environment to list the questions.)If you'd like a smaller indent for the
choices
environment, you can decrease the\leftmargin
.