How to print Student IDs

Added by shreikant kv over 10 years ago

For small classes, I prefer to print the name of each student on question paper and answer page. However, I still have to
ask them to bubble their student IDs -- although I know their ID numbers! Is it possible to print the binary boxes
corresponding to student ID 'n' directly? (If I ask for \printedid{007}, I would like AMC to print three columns of
10 boxes for 0-9, and blacken 0,0,7 of I, II and III column and pick this up in data capture)


Replies (7)

RE: How to print Student IDs - Added by Alexis Bienvenüe over 10 years ago

If you can print instead of photocopy the answer sheets, perhaps you can use pre-association? AMC will print the students names for you (from a CSV file) and you won't need any boxes for student ID.

RE: How to print Student IDs - Added by shreikant kv over 10 years ago

The more I dig into AMC, the more fantastic the dream becomes!
Thanks a million!!

RE: How to print Student IDs - Added by Osman Godoy over 10 years ago

how you did it??

I try this:
\newcommand{\subject}{
\onecopy{1}{

\noindent{\bf AutoMultipleChoice  \hfill TEST}
\vspace*{.5cm}
\hfill \namefield{\fbox{    
\begin{minipage}{.5\linewidth}
Nombre:
\Large\bf \surname{} \id{}
\vspace*{1mm}
\end{minipage}
}}
\noindent\hrulefill
\vspace{1ex}
\shufflegroup{qqs}
\insertgroup{qqs}
\AMCassociation{\id}
}
}

\csvreader[\surname\id]{prueba.csv}{}{\subject}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

and i dont get the names in the question paper.

RE: How to print Student IDs - Added by shreikant kv over 10 years ago

Please check your csv file "prueba.csv"-->
Is comma the "field separator"?
Is there a column header "surname"?

RE: How to print Student IDs - Added by Osman Godoy over 10 years ago

this is my prueba.csv

surname:id
Andrea Gissel Alvarado Flores:001
Emely Nicole Morel Velasquez:002
Jenny Carolina Borjas Mateo:003
Karen Nicoll Reyes Nuñez:004
.
.
.

RE: How to print Student IDs - Added by Roberto González over 10 years ago

Dear Osman:

Fields in your .csv file must be separated by ',', not by ':', as follows:

surname,id
Andrea Gissel Alvarado Flores,001

and so on.

I hope it helps.

Roberto.

RE: How to print Student IDs - Added by Roberto González over 10 years ago

Osman:

No recuerdo en qué etapa del proceso, pero en algun momento podrías necesitar modificar algunos parámetros de AMC para corregir tu prueba: Editar -> Preferencias -> Principal -> Internacionalización -> Cofificación de la Lista de alumnos.

Allí verás dos campos donde podrás indicar a AMC el equivalente para name y surname que estás utilizando en tu archivo .csv.

Translation:

I don't remember in which process stage, but you may need to change some AMC parameters in order grade your tests: Edit -> Preferences -> Main/Principal -> Internationalization -> Students list encoding.

There you'll see two fields in which you will be able to tell AMC the equivalents for name and surname you are using in your .csv file.

(1-7/7)