Code: Select all
\documentclass[11pt]{exam}
\usepackage[T1]{fontenc}
\usepackage[margin=1in]{geometry}
\begin{document}
\begin{questions}
A few questions to disturb you :
\question[2] Who's buried in Grant's tomb?
\answerline
A few more questions to annoy you :
\question[3] Which is heavier: A pound of feathers, or a pound of lead?
\answerline
\end{questions}
\end{document}
How can I add a few lines of text (comments) before some questions ? The comments are not part of the questions themselves.LaTeX Error: Something's wrong--perhaps a missing \item.
Also, I would like to remove the points for some of the questions. Removing [2] for example gives an empty ().