Changes
Page history
Create Auto Multiple Choice Marking
authored
Feb 13, 2023
by
Robert Alexander Crowell
Show whitespace changes
Inline
Side-by-side
Auto-Multiple-Choice-Marking.md
0 → 100644
View page @
16b640ca
## 1. Scan answer sheets and convert
1.
After the exam, scan the answer sheets and have them sent to you via eMail as a PDF file.
**Hint:** You can scan as many pages as the scanner will physically take. It will split the files into chunks automatically.
2.
Then log into tango via ThinLink (or use a physical Linux client), go to
[
https://mail.ethz.ch
](
https://mail.ethz.ch
)
and download the files.
3.
Move all PDF files into a separate folder that contains only the scanned files.
4.
Right-click into the folder and select "Open in terminal"
5.
In terminal, run the command
`find . -maxdepth 1 -type f -iname '*.pdf' -exec pdftoppm -jpeg {} mc-scan \;`
6.
Delete the original PDF files or move them out of the directory.
\ No newline at end of file