Get partial grades per category (Feature #100)


Added by Jean-Baptiste Rouquier over 11 years ago. Updated almost 11 years ago.


Status:Closed Start date:12/02/2012
Priority:Normal Due date:
Assignee:- % Done:

100%

Category:-
Target version:-

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 over 11 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 over 11 years ago

is it work with postcorrect like the image, if not i hope you add it.

Updated by Alexis Bienvenüe almost 11 years ago

  • % Done changed from 0 to 100
  • Status changed from New to Closed

Also available in: Atom PDF