How do I change the vertical separation of questions in a questions environment? I need to know how to do it because there are times a vertical separation is not needed, and there are times it is more appropriate (or it looks better) for the exam to have some vertical separation.
I already used the method of using enumitem package as described here, but it doesn't work.
MWE:
\documentclass[11pt]{exam}
\begin{document}
\begin{questions}
\question He believed that matter consists of four elements of air, earth, water, and fire.
\question She believed that the children are our future if they are taught well.
\end{questions}
\end{document}
\questionitem in aquestionsenvironment, how can one talk about the vertical distance between (at least a pair of) items?) – Mico Feb 28 '17 at 08:00\setlength{\itemsep}{1in}within thequestionsenvironment. – campa Mar 01 '17 at 09:01