也许这是一个简单的问题,但我不知道 lyx 中的布局。
如何在布局中编写questions
和choices
环境(带有\CorrectChoice
)lyx
?
\documentclass{exam}
\begin{document}
\begin{questions}
\question
What is the first letter?
\begin{choices}
\CorrectChoice A
\choice B
\choice C
\end{choices}
\end{questions}
\end{document}