I'm using the exam class and I would like to write questions like this:
1. True False This statement is false.
2. True False This statement is true. It's a long, though, so it
goes on to the second line.
Then the students can circle "True" or "False" depending on their mood, etc. Note the indentation for the second question. I would probably also put "True" and "False" in bold, with suitable spacing before, after, and between them.
I can see how to use \qformat to make it look like this:
1. True False
This statement is false.
2. True False
This statement is true. It's a long, though, so it
goes on to the second line.
but then it's a little harder to distinguish the answer choices from the question.
I could also use the oneparchoices environment, but that doesn't handle the indentation, and it also would insert "A. True B. False", which I don't think looks good.
\mylenbseems to be wrong. You can correct it by moving the computation of\mylenbinside the definition of\MyQ, so that it will start with the correct value of\linewidth. – Phil Hirschhorn Mar 10 '11 at 00:23\MyQ, I think I should put\setlength{\mylenb}{\linewidth}and then\addtolength{\mylenb}{-\mylena}. This is not quite what Gonzalo has: I changed the first "addtolength" to "setlength". – John Palmieri Mar 10 '11 at 00:47