What remote proctoring actually proves
Proctoring produces evidence about a room, not a verdict about a person. Treating its output as a decision is where institutions get into trouble.
If a candidate cannot operate the interface, the score measures the interface. That makes accessibility a measurement concern, not a compliance one.
2 min read
Written by
Seratlas Team
Engineering and delivery
2 min read
We build and operate assessment software. We write here about the parts that are harder than they look.
The usual argument for accessible software is legal exposure. In assessment there is a stronger one, and it is the one that should carry the decision: an inaccessible interface changes what the test measures.
A candidate who cannot reach the next-question control is not demonstrating less knowledge. They are demonstrating that the control was unreachable. Any score derived from that session is measuring something nobody intended to measure.
Most accessibility guidance assumes a user who can retry, ask for help, or come back later. A timed exam removes all three.
A screen reader user moves through a question at a different rate than a sighted user, not because they read more slowly but because the interface serialises what a sighted user takes in at once. A time limit calibrated on sighted users is a different test for everyone else.
Outside an exam, an unclear validation message costs a few seconds. Inside one, it costs part of the answer. Messages need to say what to do, next to the field, without moving focus somewhere the candidate then has to find their way back from.
None of these are difficult. They tend to be lost late, in the pass where someone removes an outline because it looked wrong on one screen.
Automated checks catch perhaps a third of what matters, and none of what matters most. The cheapest high-value test is to complete a full attempt using only the keyboard, then repeat it with the screen reader your candidates actually use.
# Useful, and not sufficient.
npx @axe-core/cli https://example.test/assessment/
If a keyboard-only attempt cannot be finished, no audit result changes that.
Accommodation is not the same as accessibility. An accessible interface reduces how often an accommodation is needed; it does not replace the process for granting one, and treating it as though it does leaves candidates with no route when the interface still does not work for them.
Build both.
Proctoring produces evidence about a room, not a verdict about a person. Treating its output as a decision is where institutions get into trouble.
Static hosting removes a class of outage from the pages candidates see first, and costs less than the runtime it replaces.
A bank that is too small stops measuring knowledge and starts measuring who has seen the questions. The arithmetic is unforgiving and easy to check.
A model can draft assessment items far faster than a committee can. The bottleneck was never drafting, which is why the savings are smaller than they look.
If any of the above is a problem you are currently having, we are happy to talk about it without a sales process attached.