Mapping Questions from LaTeX file to exam versions

Added by Anna Gruver over 3 years ago

Hi all,

I have been trying to find a simple way to keep track of the order of the exam questions in each of the unique student versions for our records.

I know that somewhere in the code there must be a matrix that maps the questions from the original LaTeX file to each of the different versions.

Does anyone know how I could access / export that information?

Thanks in advance!


Replies (2)

RE: Mapping Questions from LaTeX file to exam versions - Added by Alexis Bienvenüe over 3 years ago

In the project directory, you can have a look at the DOC-calage.xy file, where you can find lines like

\boxchar{1/2:case:questionid:14,3}{}

These lines (one for each box) appear in the same order as in the student sheet.
Here 1/2 is page 2 of student copy 1, questionid is the question ID, 14 is the AMC internal integer ID for this question, 3 is the answer number.

(1-2/2)