Skip to content
LEAPDocs

2026.05

May 14, 2026
Stable
6 changes
no breaking changes

Open Quizzes with guest attempts and proctoring, exam mode for students, and timetable conflict resolution for admins.

Open Quizzes — Publish a public attempt link for entrance tests or practice, with optional proctoring and guest identity capture.

Exam mode — A locked-down attempt experience with a server-side timer, full-screen enforcement and event logging.

New

Open Quizzes support public links and guest attempts. Share a link with candidates outside the institution; results land in the same quiz group as enrolled attempts, tagged as guest.

New

Exam mode locks an attempt down. Server-side timing, full-screen enforcement and per-question navigation rules set by the teacher.

New

Timetable generation with conflict resolution. Generate a timetable from sections and teacher availability, then resolve flagged clashes one at a time.

Improved

Bulk upload handles teachers, students and enrollments in one file set. Validation runs before anything is written and reports per-row outcomes.

Fixed

Quiz groups lost their gate mapping on duplicate. Duplicating a quiz group now copies its gate and outcome mapping with it.

Teacher
Security

Tenant isolation checks moved into the data layer. Every query is scoped by institution at the repository boundary rather than in route handlers.

SecurityPlatformTenant isolation →