Automatic selection AMCcode

Added by red sea almost 12 years ago

I suggest that we choose a default numbers in \AMCcode "Shaded box before printing".
I do not mean numbers of students, but the subject number, model number, or any number does not change in the same testing room.

example1:
Before the change:

\AMCcodeHspace=0.2em\AMCcodeVspace=0.2em\AMCcode{FormNo}{1}

After the change:

\AMCcodeHspace=0.2em\AMCcodeVspace=0.2em\AMCcode{FormNo}{1}{2}%%%% {2} mean box number 2 in \AMCcode must be "black box" before printing.

example2:
Before the change:

\AMCcodeHspace=0.2em\AMCcodeVspace=0.2em\AMCcode{subject}{3}{5,2,8}%%%% {2} mean box number (5 in column 1)(2 in column 2)(8 in column 3) in \AMCcode must be "black box" before printing (subject number is 528).


After the change:

\AMCcodeHspace=0.2em\AMCcodeVspace=0.2em\AMCcode{FormNo}{1}{3}%%%% {3} mean form number 3 must be "black box" before printing.
@


Replies (5)

RE: Automatic selection AMCcode - Added by red sea almost 12 years ago

sorry eample 2 wrong (Right now):

example2:
Before the change:

\AMCcodeHspace=0.2em\AMCcodeVspace=0.2em\AMCcode{subject}{3}

After the change:
@
\AMCcodeHspace=0.2em\AMCcodeVspace=0.2em\AMCcode{subject}{3}{5,2,8}%%%% {5,2,8} mean box number (5 in column 1)(2 in column 2)(8 in column 3) in \AMCcode must be "black box" before printing (subject number is 528).

RE: Automatic selection AMCcode - Added by Alexis Bienvenüe almost 12 years ago

What do you want to do with this setup?
Maybe your intent is to make several exams with the same layout, each exam with a ID somewhere to be recognized.
The problem is that you still need to process the scans in the right project, because the right answers are given in the project itself. So reading the ID in AMC won't be useful, because you already made the work to say AMC that the scan is from this project...

RE: Automatic selection AMCcode - Added by red sea almost 12 years ago

i want to export subject name to ods file (number then convert the numbrt to alphapatic name by macro in calc).
i want to make report for subjects (projects) results (by student id).

regards

RE: Automatic selection AMCcode - Added by red sea almost 12 years ago

Maybe your intent is to make several exams with the same layout?
yes.

RE: Automatic selection AMCcode - Added by Alexis Bienvenüe almost 12 years ago

red sea wrote:

i want to export subject name to ods file

Currently the name entered in "Edit/Preferences/Project/Examination name" is written in the exported ODS file (top left).

(1-5/5)