
답변1
조건문을 수동으로 사용
\documentclass[addpoints]{exam}
%\newcommand*{\SHOWUNGRADED}{} % uncomment to show ungraded exercises
\begin{document}
\begin{questions}
\question[10]
Why is there air?
\ifdefined\SHOWUNGRADED
\question Compute $\displaystyle\int_0^1 x^2 \, dx$.
% \else % uncomment to keep question numbering (part, subpart similarly)
% \stepcounter{question} % uncomment too, to keep numbering
\fi
\question[15]
How much wood would a woodchuck chuck if a woodchuck could chuck
wood?
\end{questions}
\end{document}
질문, 부품 등에 대해 이 작업이 자동으로 수행되면 좋겠지만 문서에서 미리 정의된 솔루션을 찾을 수 없습니다.