How a Viva verdict is produced, checked, and verified
Every figure Viva publishes — a session verdict, a credential, a skill tag — is produced by the closed loop described on this page. This document is the citable reference for schools, admissions offices, and employers.
01The closed loop
- 1Submission intakeThe student's own work (essay, report, code, poster) is ingested and content-extracted with quality gates.
- 2Forensic pre-readAn AI examiner maps the submission: claims made, evidence used, places where a non-author would fail.
- 3Personalized question bankQuestions are generated from the submission itself — no generic quizzes. Teacher custom questions are asked verbatim.
- 4Live adaptive oral defenseA real-time voice interview. Follow-ups adapt to each answer; reading aloud and coached answers alter the questioning.
- 5Identity & integrity checksVoiceprint match against the student's enrolled baseline, visual probes, focus monitoring, and coaching detection run during the session.
- 6Multi-dimensional gradingThe transcript is scored for Understanding and Authenticity, with fairness guardrails. Scores are suggestions a teacher can override.
- 7Sealed recordThe session becomes a tamper-evident record; aggregates can be issued as signed, verifiable credentials.
02What is scored
Can the student explain the why behind their own work — reasoning, implications, trade-offs — under live follow-up questioning?
Is the oral account consistent with the written submission? Contradictions, unfamiliarity with one's own terms, and fabricated process memories lower it.
Results are expressed in four tiers — Excellent, Strong, Proficient, Developing. Numeric scores exist for teachers; every AI-suggested grade is teacher-overridable, and schools may hide numbers entirely.
03The integrity stack
04Reliability: the grading council
Selected interviews are independently re-scored by two additional AI models from different providers, blind to the original grade. An interview is selected when it is flagged for review, sits near a grade boundary, belongs to a teacher-designated high-stakes assessment, or when a teacher requests a check on demand.
05Verifiable credentials
Students may issue two kinds of credentials from their verified record — a Subject Credential (one class over a term) and a Communication & Reasoning Profile (cross-subject). Both are aggregates only: no transcripts, no per-assignment scores.
A credential can only be issued from completed, integrity-checked oral defenses. No record, no credential.
Each credential's payload is signed (HMAC-SHA256). Any alteration fails verification.
The student issues it, shares it by unguessable link, and can revoke it at any time. Reissuing keeps the same link.
Skills shown on a profile carry an evidence count — how many separate live defenses demonstrated that skill.
06Verification API for institutions
Any institution can verify a credential live — no account, no PDF trust:
GET https://www.vivaproof.com/api/credentials/verify?id=<credential-id>
{
"valid": true,
"reason": "ok",
"kind": "voice_profile",
"student_name": "…",
"school_name": "…",
"interviews": 12,
"issued_at": "2026-07-05T…",
"signature_sha256": "…"
}The response reports validity, revocation, the signature, issue dates, and the attested aggregates. A tampered or revoked credential fails immediately.
07Data commitments
- —Public surfaces show aggregates the student chose to publish. Raw transcripts and recordings are never public.
- —Credentials and profiles are shared only by their owner and are revocable at any time.
- —Viva does not sell student data. Verification is free for the institutions that check it.