The Moodle Proctoring plugin is a Quiz Access plugin designed to capture a user's picture via webcam to identify the individual attempting the Moodle quiz. It automatically captures images from the user's webcam at 30-second intervals (or any configurable time gap) and stores them as PNG files. Admins can analyze these images after the exam for verification purposes using the BS Face Matching API.
This plugin enables the capture of random images via webcam while the student or user is attempting a quiz.
- Automatically captures user/student images via a webcam during a quiz.
- Prevents quiz access if the user does not allow camera permissions.
- Admins can view reports to identify suspicious activities.
- Works seamlessly with the existing Question Bank and Quiz modules.
- Stores images in Moodledata as compact PNG files.
- Provides options to delete images individually or in bulk.
- Includes proctoring log reports with advanced search capabilities.
- Allows admins to upload base images for user face recognition.
- Supports face validation before quiz attempts.
- Configurable image resolution and capture interval.
- Face Recognition service(BS). [This feature validates the user image with a profile image. You can use Brain Station Face Recognition service. Please contact us(elearning@brainstation-23.com) if you want to obtain API Key for Brain Station face recognition service]
- Install by downloading the ZIP file from Moodle plugins directory
- Download zip file from GitHub
- Unzip the zip file in /path/to/moodle/mod/quiz/accessrule/proctoring folder or upload the zip file in the install plugins options from site administration : Site Administration -> Plugins -> Install Plugins -> Upload zip file
- In your Moodle site (as admin), Visit site administration to finish the installation.
Go to Moodle Project root/mod/quiz/accessrule/
directory and clone code by using following commands:
git clone https://github.com/eLearning-BS23/moodle-quizaccess_proctoring.git proctoring
You can install this plugin directly from Moodle plugins directory.
After installing the plugin, you can enable the plugin by configuring the quiz settings:
- Go to your quiz setting (Edit Quiz):
- Change the ‘Extra restrictions on attempts’ to ‘Enable webcam capture by Proctoring’
To update the plugin settings, navigate to plugin settings:
Site Administration->Plugins->Proctoring
- Go to Site Administrations plugins section.
- Select Proctoring from the activity module section to configure your plugin settings
Use the Click here to upload the images
option to add user images for verification by matching faces.
Use the Click here to delete all records
option to remove all tracking records, including images captured during exams.
Admins can upload all user images from the following table: (Note: Admins cannot upload entries that do not contain any images.)
Admins can adjust the camshot interval and camshot resolution from here.
Select one of the face match method (BS) from the following settings:
When using BS facematch, the BS service API, BS API Key has to be entered.
If you need the BS service API, API key for trial, please contact here: elearning@brainstation-23.com
.
You can enable face validation before attempting the quiz. Users will not be able to attempt the quiz if the face doesn’t match with the image uploaded by admin.
This Modal will pop up before attempting the quiz if face validation is disabled.
If Face validation is enabled then this modal will pop up before attempting the quiz.
Images of attempted quizzes can be analyzed by an automatic scheduled task. This can be enabled from the following settings.
During attempting the quiz, the quiz page will look like this:
Admins can view the proctoring report:
Admins can view individual proctoring reports and analyze the images using BS Face Matching API:
Admin can view the details record of a course. They can delete a specific quiz record or the entire course record.
Proctoring plugin uses the getUserMedia() API. So, the browser compatibility will be similar to the browser compatibility of getUserMedia() API.
-
How can I upload a user image?
From the settings of the proctoring plugin, there is an option for uploading user images.
-
Why does the analyze image button give a red mark for all the images?
Check whether the credentials for the face match methods are correct and the user’s image is uploaded by the admin.
-
Can the students upload their own images?
No, only admins can access.
-
Where can I get the BS Service API credentials?
Please contact here: elearning@brainstation-23.com for a trial key.
-
Is the screenshot feature available?
No, it is removed because of browser limitation
-
How can I report an issue regarding this plugin?
Please raise an issue in this link: https://github.com/eLearning-BS23/moodle-quizaccess_proctoring/issues
-
Why is my moodle stuck while validating the face?
Please check whether the credentials for the face match methods are correct
-
Why can’t I upload some of the user images?
Every user image needs to have a face that can be detect. Please make sure the image is bright enough and there is no multiple face in that image. Otherwise, it can’t be uploaded.
-
As a student, why can’t I validate my face before starting a quiz?
Student’s image must be uploaded by an admin in the moodle to validate their face before an attempt.
-
What does the yellow mark around the image mean?
Case 1: Please check whether the user image is uploaded in moodle.
Case 2: Images captured with previous version of proctoring plugin can’t be analyzed by the current version of proctoring plugin because it lacks some meta data.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.