Forums » Using AMC (english) »
Mark without separate answers sheet, but printed with separate answers sheet
Added by Jácome Cunha about 15 hours ago
Hi!
I've prepared and printed my exams with separate answers sheet. However, due to a printing issue, students answered in the questions sheet. Thus, the answers sheet has no answers. How can I mark these exams?
I know I can add the answer sheet "by hand", but I'm looking for a more automated way of doing this.
Thanks in advance!
Jácome
Replies (3)
RE: Mark without separate answers sheet, but printed with separate answers sheet
-
Added by Alexis Bienvenüe about 5 hours ago
I have not tested it, but you can try this:
- clone or backup your project directory to work on a copy as you have to be prepared to break things…
- close AMC
- open a terminal, go to your project directory and exchange the boxes roles in the layout database:
cd /path/to/the/project/directory sqlite3 data/layout.sqlite 'update layout_box set role=50 where role=2;' sqlite3 data/layout.sqlite 'update layout_box set role=2 where role=1;' sqlite3 data/layout.sqlite 'update layout_box set role=1 where role=50;'
- open AMC and your modified project, and go to automatic data capture from your scans
RE: Mark without separate answers sheet, but printed with separate answers sheet
-
Added by Jácome Cunha about 5 hours ago
Dear Alexis,
You saved my life!! Or at least, many hours of my life :) It actually works! This is gold! Thank you very, very much!
Warm regards,
Jácome
RE: Mark without separate answers sheet, but printed with separate answers sheet
-
Added by Alexis Bienvenüe about 5 hours ago
Great! Thanks for your enthusiasm!
(1-3/3)