Get partial grades per category (Feature #100)
Description
It would be nice if one could get (for each copy) a grade for each group. Let's say I have a exam like this:
\element{history}{foo} \element{history}{bar} \element{geography}{baz} \element{geography}{qux} \element{bonus}{quux} \element{bonus}{egg} ... \section{History} \insertgroup{history} \section{Geography} \insertgroup{geography} \section{Bonus} \insertgroup{bonus}
Then I would like to get three partial sums for each copy: the points awarded to history questions, the points awarded to geography, and the points for the bonus section.
Thanks!
History
Updated by Alexis Bienvenüe almost 12 years ago
This is possible since revision r1245. Grouping is not based on the use of \element
, but on the questions ids, that have to be in the form groupname:questionname
:
\element{history}{ \begin{question}{hist:first} ........ \end{question} }
Updated by red sea almost 12 years ago
is it work with postcorrect like the image, if not i hope you add it.
Updated by Alexis Bienvenüe over 11 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed