Quantcast
Channel: Make table, point total work for exam with optional questions - TeX - LaTeX Stack Exchange
Viewing all articles
Browse latest Browse all 2

Answer by karlkoeller for Make table, point total work for exam with optional questions

$
0
0

You can use \noaddpoints and \addpoints as in the following example:

\documentclass[addpoints,10pt]{exam}\begin{document}\qformat{Question \thequestion{} (\totalpoints{} \points ) \hfill}%\settabletotalpoints{100}\gradetable[h][questions]\begin{questions}\questionThis is the question. Do only one of part A or B. Your choice. Don't do both.\begin{parts}\noaddpoints\part[100]This is part A.\addpoints\part[100]This is part B.\end{parts}\end{questions}\end{document} 

Output:

enter image description here


Viewing all articles
Browse latest Browse all 2

Trending Articles