Forums » Using AMC (english) »
indivanswers just on the seperateanswersheet
Added by Holger Jessen-Thiesen almost 10 years ago
Hi,
I am using the automultiplechoice.sty in latex for printing shuffled questionnaires. Photos and grading is done on an iPad with zipgrade https://www.zipgrade.com.
I need an questionnaire and a filled-out answer sheet. The answer sheet can be scanned by zipgrade for the correct answers.
I have to do this two times. One time for the questions
\usepackage[nopage, insidebox]{automultiplechoice}
And one time for the filled-out answer sheet.
\usepackage[nopage,separateanswersheet, indivanswers]{automultiplechoice}
Is it possible to do this at once?
Can I clear the boxes on the question page? For Example
This is the Question
A answer 1
B answer 2
kind regrets
Holger
Replies (2)
RE: indivanswers just on the seperateanswersheet - Added by Holger Jessen-Thiesen almost 10 years ago
With \makeatletter\AMC@correctrue\makeatother or \makeatletter\AMC@correcfalse\makeatother I can set that the boxes in a questionary are filled out or not.
But this causes an Undefined control sequence } Error if I use this in a onecopy-Enviroment. So I can't set correctrue after the \amcformBegin
Anybody an idea?
Kind regrets
Holger
RE: indivanswers just on the seperateanswersheet - Added by Alexis Bienvenüe almost 10 years ago
You can use something like
auto-multiple-choice prepare --mode 'ks[]' --out-corrige filled-out.pdf --out-sujet question.pdf source.tex
which will call LaTeX with the right options to build your files.
(1-2/2)