You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exam documentclass provides a questions environment, which comprises one or more \question s. Each question can have parts, subparts, etc. A skeleton might look like:
\begin{questions}
\question[2] What is foo? That 2 in square brackets denotes the marks for this question.
\begin{choices}
\choice bar
\choice baz
\end{choices}
\question (\totalpoints{} marks)
Blah blah
\begin{parts}
\part[1] This is a difficult question worth 1 point.
\begin{oneparchoices}
\choice TRUE
\choice FALSE
\end{oneparchoices}
\part[2] How many points is this question with 4 alternatives worth?
\begin{choices}
\choice 1
\choice 2
\choice 3
\choice 4
\end{choices}
I've been trying to modify latex/section-hierarchy to take care of the above. I tried
C-cC-n and C-cC-p takes me forward and backward across questions as expected, but I can't get things to work with parts, choices, etc. If you could please tell me what I'm doing wrong, that would be great!
The text was updated successfully, but these errors were encountered:
The exam documentclass provides a
questions
environment, which comprises one or more\question
s. Each question can haveparts
,subparts
, etc. A skeleton might look like:I've been trying to modify latex/section-hierarchy to take care of the above. I tried
C-cC-n and C-cC-p takes me forward and backward across questions as expected, but I can't get things to work with parts, choices, etc. If you could please tell me what I'm doing wrong, that would be great!
The text was updated successfully, but these errors were encountered: