Moodle Plugins directory: Proctoring for Moodle: Versions: 1.6.6 | Moodle.org

Proctoring for Moodle
Quiz access rules ::: quizaccess_proctoring
Maintained by
Brain Station 23
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.
Proctoring for Moodle 1.6.6
Moodle 4.3, 4.4, 4.5, 5.0
Released: 목요일, 19 6월 2025, 1:54 PM
Changelog
All notable changes to this project will be documented in this file.
v1.6.6
- Implemented the fixes suggested by moodle team for CIP UX review
v1.6.5
- Implemented language file support for JavaScript.
- Used the prefix
proctoring-xxxx
for CSS selectors to avoid style conflicts
v1.6.4
Fixed
- Ensured CSS uses properly namespaced selectors to prevent UI conflicts.
- Fixed missing language strings.
- Resolved errors in scheduled tasks.
v1.6.3
Improvements
- Removed unused variables and optimized database queries.
- Ensured placeholders in SQL queries for security.
Bug Fixes
- Fixed pagination issue in user list.
- Resolved image upload exception and Apache log errors.
- Fixed
rand()
function error in scheduled tasks.
Security
- Added missing capability checks in web services.
- Validated
sesskey
before executing actions.
Code Standards
- Fixed third-party library paths and ensured localization.
- Resolved PHP warnings and improved PostgreSQL compatibility.
v1.6.2
Updated
- User list pages are now sortable in both ascending and descending order.
- Added notification when analyzing the image.
- Corrected breadcrumb added for better navigation.
- Removed hardcoded string.
- Full name is now displayed in the user list page.
v1.6.1
Bug Fixes
- Security Issue (#108): Fixed user image exposure via public URLs in the Proctoring Plugin.
Changed
- Delete All Images (#69): Optimized image deletion using a cron job to handle large file volumes efficiently.
v1.6.0
Updated
- Image upload with face is now handled on the server side.
- Code refactored to comply with Moodle standards.
- Settings page UI updated.
- Search box added to the user list.
- Pagination added to the report page.
v1.5.1
Updated
- Fixed the images count in the Proctoring summary report
- Redesigned the user interface of the Proctoring Pro promo page
- Added a proctoring pro promo banner in the users list page
v1.5.0
Updated
- Discontinued AWS Rekognition support from the version 1.5.0.
- Removed vendor folder containing AWS SDK.
- Some CSS fixes.
- Removed proctoring log button.
v1.4.2
New Features
New option in face match method named as None at Proctoring Settings.
Turned off Face Recognition models when face match method is either AWS or None.
Updated
- Updated Video preview in the existing modal when Validate Face Before Starting Quiz is enabled.
v1.3.2
Release Notes:
- Updated plugin required version to 2023042400 (Moodle 4.2 stable).
- Updated release version to '1.3.2'.
v1.3.0
New Features
- Added new BS Service API for face matching.
- Added BS Service API field in the settings page for face verification.
- Added BS API Key field in the settings page for face verification.
Update:
- New report page with proctoring pro promotional page.
Removed
- Username and Password from the settings page.
v1.5.1
- Responsive Mobile View for Start Attempt and Proctoring Report
- Change the settings name for clarity.
- Checked automatic analysis of all images (-1) and five random images.
- Fixed Promotion page
- Fixed the issue where the user image remained in the database after being deleted by the admin.
- Change Face Validation status: 'True' to 'Face Match', 'False' to 'Face Not Match', and if the site admin has not uploaded the user, display 'Face Not Found, please contact admin'.
- if the user doesn't upload an image, a warning will be shown, and they will be redirected to the upload page.
Version information
- Version build number
- 2025041800
- Version release name
- 1.6.6
- Maturity
- 안정 버전
- MD5 Sum
- ff984e876caee9f4ea6a45bc2c133602
- Supported software
- Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0
- The more recent release 1.6.7 (2025041802) exists for Moodle 4.3
- The more recent release 1.6.7 (2025041802) exists for Moodle 4.4
- The more recent release 1.6.7 (2025041802) exists for Moodle 4.5
- The more recent release 1.6.7 (2025041802) exists for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Quiz access rules
- Make sure you have all the required versions.
- Download and unpack the plugin.
- Place the folder (eg "myquizaccessrule") in the " /mod/quiz/accessrule " subdirectory.
- Visit http://yoursite.com/admin to finish the installation