blob: e1b4f2d0b95a5eb6412a1592a832d83d6736a284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
\documentclass{scrartcl}
\usepackage{exsheets}
\begin{document}
\begin{question}{3}
\end{question}
\begin{question}{5}
\end{question}
\begin{question}{10}
\end{question}
\begin{question}{8}
\end{question}
\begin{tabular}{|l|*{\numberofquestions}{c|}c|}\hline
Question & \ForEachQuestion{\QuestionNumber{#1}\iflastquestion{}{&}} & Total \\ \hline
Points & \ForEachQuestion{\GetQuestionProperty{points}{#1}\iflastquestion{}{&}} & \pointssum* \\ \hline
Reached & \ForEachQuestion{\iflastquestion{}{&}} & \\ \hline
\end{tabular}
\end{document}
|