Identifying candidate AND subject

Added by Ståle Freyer over 11 years ago

I use \AMCcode{CandidateNo} for the student to identify themselves. We sometimes have students from different departements taking the same exam, but with a different subject number.

Is there a way to have checkboxes in the header for the student to tick off from a list in which subject he/she is attending and have this information added to the matrix of results?

header.png - Photoshopped representation of what I would like to generate (95 kB)


Replies (2)

RE: Identifying candidate AND subject - Added by red sea over 11 years ago

\AMCcode{CandidateNo}
\AMCcode{subject}
\AMCcode{room}
\AMCcode{......}

RE: Identifying candidate AND subject - Added by Alexis Bienvenüe over 11 years ago

Or, if you need to use names instead of numbers for the departements (as in your png), you can add a "question", using the following:
  • \QuestionIndicative, so that the "score" won't be taken into account when computing the student's grade.
  • \def\AMCbeginAnswer to redefine the question opening, removing the "Question XX" text.
  • choicescustom environment, to be able to place the answers as you like

(1-2/2)