How to annotate (with marks) a test with no ID on it

Added by Adin Ramirez over 9 years ago

I'm trying to do a test (in an answer sheet) with no ID (that is, the test was annonymous).
However, I want to have the sheets with a grade mark in the top corner.

It worked before, with other test. However, now I can't get the header with the grade.
Is there some option I'm missing? Is it because I'm using an answer sheet? or because I didn't supply the user ID for each test?

Either way, how can I put the total marks in the header when annotating?


Replies (3)

RE: How to annotate (with marks) a test with no ID on it - Added by Alexis Bienvenüe over 9 years ago

I'm afraid I don't understand what you are doing exactly. Can you provide a minimal working source file that shows the problem?

RE: How to annotate (with marks) a test with no ID on it - Added by Adin Ramirez over 9 years ago

As you can see in this example, the results are annotated per question (in All_students.pdf), but they are missing the grade in the left upper corner (as with other tests).
However, I wasn't able to find how to turn this feature on for the annonymous exams.

test.tex - Example exam (988 Bytes)

All_students.pdf - Sample results (108.1 kB)

RE: How to annotate (with marks) a test with no ID on it - Added by Alexis Bienvenüe over 9 years ago

You must use the \AMCformBegin command at the beginning of the answer sheet:

\onecopy{\ncopies}{
        % question header
  \small
  \insertgroup{geographie}

  \cleardoublepage
  \AMCformBegin
        % form header
  \AMCform
}%end \onecopy

(1-3/3)