AMC-association-auto — automatic association between students and answer sheets for AMC multiple choice exams.
auto-multiple-choice association-auto --notes
marks.xml --notes-id id --liste
students-list.csv [--encodage-liste list-encoding] --liste-key key --assoc
assoc.xml
The AMC-association-auto.pl command reads report from to associate students with their answer sheet (when there are no errors from students when coding their student number and no error during data capture). See the section called “Identification of the students” from english user documentation for details.
--notes
marks.xmlgives the name of the marks file (also containing read codes as student id numbers) produced by AMC-note(1).
--notes-id
idgives the identification string of the code provided for student numbers (command \AMCcode in the LaTeX source file).
--liste
students-list.csvgives the students list.
--encodage-liste
list-encodinggives the students list file encoding (default is utf-8).
--liste-key
keygives the column name where to find the student number in the students list.
--assoc
assoc.xmlgives the name of the file to create and fill with association report.
--debug
file.loggives a file to fill with debugging information.