Tagged Questions
3
votes
1answer
161 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}
...
7
votes
1answer
203 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 ...