Skip to content
Snippets Groups Projects

Merge rwthmoodle/examscan into IENT/exam-scan

Merged Christian Rohlfing requested to merge rwthmoodle/exam-scan:master into master
3 files
+ 9
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
2
@@ -27,7 +27,7 @@ Exemplary outputs can be downloaded:
* The filename of each PDF should start with the student's matriculation number (e.g. `123456_Nachname.pdf`).
* Place all PDFs in a folder, e.g. `pdfs`.
* Create and setup Moodle
* In your Moodle course room, create an `assign` module following this guideline (TODO: add link to Handreichung Einsichten mit RWTHmoodle).
* In your Moodle course room, create an `assign` module following this guideline: https://doc.itc.rwth-aachen.de/x/fwWPAg
* Download the grading table `Bewertungen.csv` from Moodle via: `Alle Angaben anzeigen` → `Bewertungsvorgang` → `Bewertungstabelle herunterladen`
* Run `watermark.sh`, `encrypt.sh`, and `preparemoodle.sh` as described in the sections below. In summary, these steps will
* watermark each page of each PDF with the corresponding matriculation number,
@@ -141,6 +141,11 @@ docker run --name examscan --rm -it -v $(pwd):$(pwd) -w $(pwd) \
examscan --in in --out out --tmp tmp
```
## Original Authors
Helmut Flasche, Jens Schneider, Christian Rohlfing, IENT RWTH Aachen<br />
Dietmar Kahlen, ITHE RWTH Aachen
## Who do I talk to?
Christian Rohlfing <[rohlfing@ient.rwth-aachen.de](mailto:rohlfing@ient.rwth-aachen.de)>
\ No newline at end of file
Servicedesk IT-Center RWTH Aachen <[servicedesk@itc.rwth-aachen.de](mailto:servicedesk@itc.rwth-aachen.de)>
\ No newline at end of file
Loading