AI product readOnline exam proctoring system that monitors students during tests via webcam, screen capture, microphone, and face detection
Enables academic integrity during online exams by monitoring students through video/audio recording, anti-cheating behavior detection, and real-time proctor oversight for Kazakh National University
1. Student installs extension and logs into university LMS (univer.kaznu.kz). 2. University exam page triggers extension via externally_connectable message with session/account data. 3. Extension opens device check page verifying internet, microphone, screen sharing, and webcam. 4. Student takes identity verification photo. 5. For 360-degree exams, student scans QR code to connect mobile phone camera. 6. Exam page opens in a locked-down window; extension records webcam/screen/audio, enforces anti-cheating rules, and streams data to proctoring server at farabi-proctoring360.kaznu.kz. 7. Proctors can monitor in real-time and send messages to the student.
Webcam-based face detection and identity verification using face-api.jsScreen capture and streaming to proctoring serverAudio recording and monitoringAnti-cheating enforcement: blocks copy/paste, right-click, keyboard shortcuts (F12, Ctrl+U, Ctrl+S, etc.), tab switching, and window resizing360-degree room monitoring via mobile phone camera connection (QR code based)Real-time communication with proctors via Server-Sent Events
- Target users
- Students at al-Farabi Kazakh National University taking online exams / University proctors/exam administrators
- The extension's own README.md is developer task notes, not user documentation, so exact feature scope may be partially undocumented
- No privacy policy content was reviewed (only URL provided)
- The destination service (univer.kaznu.kz) was not analyzed — login requirements there are inferred from code evidence
MonetizationNo paid features detected
No evidence of any paid features, premium tiers, subscription mechanisms, payment integrations, or feature gating found in the extension source code. Searches for premium, subscription, payment, billing, upgrade, plan returned zero relevant results. This is an institutional proctoring tool developed by/for al-Farabi Kazakh National University, distributed free via the Chrome Web Store for their students.
- Confidence
- 95
- Payment platform
- --
- Source
- AI / High
- Login required
- Yes
- Reason
- The extension itself has no login UI, but it is designed to receive session data (sessionId, accountId, userId) from the university LMS (univer.kaznu.kz) via chrome.runtime.onMessageExternal. The student must be logged into the university's examination platform to trigger the extension. The extension opens exam URLs like 'univer.kaznu.kz/student/AttemptPage?attemptId=...' which require university authentication.