Impersonation Detection
Impersonation Detection compares random photos taken during the test with the initial candidate photo to detect whether a different person is taking the test. Learn more about this feature.
Enabling Impersonation Detection
Set impersonation: true in trackingOptions:
const proctoringOptions = {
trackingOptions: {
impersonation: true
}
}
See Default Options for the full configuration reference.
When enabled, testTakerPhoto and photosAtRandom are automatically set to true.
How It Works
- Initial Photo: A photo of the candidate is captured at the start of the test
- Random Photos: Photos are captured at random intervals throughout the test
- Comparison: Each random photo is compared to the initial photo using facial recognition
- Detection: If a different face is detected, it is flagged as potential impersonation
Report
If impersonation is detected, the proctoring report shows:
- An alert banner indicating impersonation was detected
- Side-by-side comparison of the original and flagged photos
- Clickable thumbnails to view full-size images
Good lighting conditions improve accuracy. If a face cannot be detected in a random photo, it does not trigger a false alert.
This feature costs additional credits. See Pricing & Credits for details.