Offline Quiz icon

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.
Price option: Free

Supports Moodle 2.6-5.1 See all versions
Latest release: 1 month ago
Installations: 2179
Downloads (last 90 days): 1018

Frankenstyle name: mod_offlinequiz
Activities

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Hi,
Any plans to upgrade the plugin to Moodle 3.8?
Ricardo
Hi Thomas,
is it possible to import responses in PDF?. I have the message Image type not supported
Thomas, thank you, you've cracked it. Our learners do not have an ID number. I added one to my test learners profile and it all works. Fabulous.
Thank you so much smile
Hi Jane,
on most moodle instances for universities or schools the students have their matriculation number or studentid in their profile field "idnumber" which is only changable by an administrator by default.
In our case filling this value is done automatically.
You can either set it as an admin manually or find another way to have any identifcation number in the users table for each participant that the participant has to know before the test.
The b[5]cd=idnumber would mean that the plugin will look into the table "users" and look for the field "idnumber" (right part of the equation). In there it searches for a[5]cd (left part of the equation) and replace the [5] with the number that the participant has crossed on the answer sheet, which is exactly 5 digits long.
So if a user would have crossed 04711 it will search for "b04711cd" in the idnumber field.
Hope this helps.
Thank you for your prompt reply Thomas. I have looked at the admin setting "useridentification" and it was set at the default [7]=idnumber. This gives me a id number column in the moodle user table but there is no number in there. How do I generate that number? When i add a user (from the list of possible users enrolled on the course), the user has () after the name - ie Test Learner ().
I tried the two admin settings show in the instructions. First was a[7]=username which gives me a username in the moodle user table column but i still have no ID number for the mark sheet.
Then I tried b[5]cd=idnumber. Tihs gave me the same result as the default setting.
SO, I'm stuck! Everything else seems to work okay - I've generated papers and mark sheets athen scanned and uploaded the sheet. This has been processed but cannot be marked as there is no ID number.
PLease advise, thank you smile
you can choose where to get it from in the admin settings: the setting "useridentification" will set the column in the user table which will be compared.
normally it is the column "idnumber" which can be set by an admin and/or with automated scripts.
Hi
I can't work out how to generate an id number for the learner to write onto the answer sheet. Please advise, thanks smile
Hello,
the evaluation is done via scheduled tasks (also called cron)
have you set up your moodle instance to run cron? https://docs.moodle.org/37/en/Cron
This is exactly what I need at my school if i can get it to work.
When uploading my answer sheets I receive a message "3 answer form(s) is/are pending evaluation", and it stays there I never receive an email and it never show in the results.
I'm on Moodle 3.7 and also use the 3.7 plugin
Hi,
The plugin, in version 3.4.2, worked perfectly when installed on Moodle version 3.4.
After upgrading to Moodle 3.5, I updated the plugin to version 3.5.4 and after this update the plugin has stopped working (it does not correctly recognize scanned pages).
In an another Moodle installation (development) I installed versions M3.6 and M3.7 with the plugin in their respective versions and could not make it work, as it has the same problems of not recognizing the scanned pages.
My current situation is as follows: I have Moodle version 3.5.2 with the plugin installed on version 3.4.2 working perfectly.
Any idea what might be going on?
Ricardo
Hi Philippe,
thanks for trying out our plugin.
the plugin uses a bar code at the bottom right to identify the page number, which is only evaluated, if there is more than one page.
We didn't have any big problems with the multi page feature yet and it is tested quite well, even though not many people use it.
Have you tried using a different white value of your paper?
Have you tried using a higher DPI for the scans?
greetings
Thomas
Hi, and thanks a lot for this very useful plugin.
I have a difficulty with a long offline quiz of about 100 questions, so my answer form is printed on 2 pages.
Offline Quiz corrects easily the first page, but I have a lot of errors with the second. In most cases, I have to identify it manually as the second page.
I have not find how different pages of the same answer form are differentiated.
How can I have a best result?
Have I to create 2 different offline quizzes?
We just published version 3.7.0 of the Offline Quiz for Moodle 3.7 – have fun.
We just published bug fix version 3.6.3 of the Offline Quiz for Moodle 3.6 (fixed wrong upgrade to 3.6.2).
It works ! thanks a lot