academic-moodle-cooperation / moodle-mod_offlinequiz

The Offline Quiz activity allows the creation of multiple choice tests with questions from the question bank of a Moodle course, which are handed out to students in printed form. After completion, the answer forms are scanned and can be automatically evaluated online directly in Moodle.
https://academic-moodle-cooperation.org/mod_offlinequiz/
GNU General Public License v3.0
30 stars 58 forks source link

Process that converts PDF pages to images is too slow #273

Open LuksAO opened 2 weeks ago

LuksAO commented 2 weeks ago

The process that converts PDF pages to images is too slow when you are uploading a PDF with 100+ pages. In our environment this usually results in a timeout. This should be handled in a background task either in a new ad_hoc one or in the same scheduled task where the evaluation is proceeded.

I think it is pretty common for teachers to upload exams in that format and in that amount so this use case should be properly handled.

univietw commented 2 weeks ago

Hi,

we totally agree. Offlinequiz version 4.5 will cover this and also give more feedback about the progress of the evaluation.