Moodle Plugins directory: Offline Quiz | Moodle.org

Offline Quiz
Offline Quiz
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.>
No support in the comments section on this page! See below for bug reports and support.
Usage
Teachers want to conduct the final examination of a course with several hundred students in a lecture hall. For this purpose, an offline quiz is created in a Moodle course and the quiz is filled with questions from the question bank. To make copying more difficult, the lecturers decide to create several groups in the offline quiz that contain different questions. The forms are then generated, downloaded and printed out.
Two forms are handed out to students during the exam: the questionnaire (contains the questions and answer options) and the corresponding answer sheet (form with boxes to tick the selected answers). After the exam, all answer sheets are scanned and uploaded in the offline quiz of the Moodle course for evaluation.
Forms that could not be automatically evaluated by the system, e.g. because the ID number was incorrectly ticked or ticks or crossed out ticks are unclear, must be corrected by the teachers in the offline quiz.
Teachers can now allow students to view their exams online, where they can, for example, see the points they have achieved and check that their ticks have been recognized.
Note: The question types multiple choice, description and all-or-nothing multiple choice are currently supported. Questionnaires can be downloaded in PDF, DOCX or LaTeX format.
Documentation
You can find a documentation for the plugin on the AMC website.
Bug Reports / Support
We try our best to deliver bug-free plugins, but we can not test the plugin for every platform, database, PHP and Moodle version. If you find any bug please report it on GitHub. Please provide a detailed bug description, including the plugin and Moodle version and, if applicable, a screenshot.
You may also file a request for enhancement on GitHub. If we consider the request generally useful and if it can be implemented with reasonable effort we might implement it in a future version.
You may also post general questions on the plugin on GitHub, but note that we do not have the resources to provide detailed support.
It's an incredible bonus!
One question: where is the review process carried out? On my Moodle server?
Is it a waiting time, does it depend on what?
For example, I did a test with only 4 exams, PNG format in a single .zip. but 15 minutes have passed and I don't receive the email.
Thank you very much for the help!
thank you for the interest in our plugin.
Yes, for privacy reasons the evaluation is completely done on your Moodle Server.
It's done via a cron job. So you need to configure cron: https://docs.moodle.org/en/Cron
If it still doesn't work, open a ticket on github, please.
I use East Asian language more, in the process of question, when exporting PDF, there will be a messy code problem, anyone have a solution for this?
It will have support for changing the font, so yo can use it with asian/arabic/other characters.
You can check it out in our github in the master branch.
I'm happy to find this plugin, I've tried installing version 4.4 then tried making the quiz.
but I had a problem when uploading student answers and the message "answer form(s) is/are pending evaluation" appeared. I waited a few minutes and the message still didn't disappear, then the next day it still opened and didn't disappear. I wonder if there was something wrong with me during the installation process? or maybe there is another solution?
Any idea?
Since v4.4 regrading is done automatically and the "offlinequiz_regrade" sub plugin is no longer required. You can probably simply ignore this message. Otherwise open an issue on GitHub.