Create Classes
Instructors can generate unique class spaces that automatically bind rosters, quizzes, and attendance checks to the same secure ledger.
Quizzy 499 is a proof-of-concept platform that protects in-class polls from tampering by blending blockchain storage with Zero-Knowledge Proofs. Students verify their identity without exposing private data, keeping every response auditable and anonymous.
Eliminates cheating in rapid-fire classroom polls and attendance checks.
Zero-Knowledge verification validates identities without revealing them.
Hosted on Replit with persistent data backed by Replit DB.
Quizzy 499 was designed alongside educators to balance classroom usability with uncompromising security. The feature set streamlines administration while ensuring every submission remains verifiable.
Instructors can generate unique class spaces that automatically bind rosters, quizzes, and attendance checks to the same secure ledger.
Archiving or deleting classes safely retires their on-chain state while preserving the audit trail for compliance and accreditation.
Teachers craft rapid assessments with configurable answer formats. Each quiz inherits the same tamper-resistant submission pipeline.
Students join quizzes with invite codes tied to their Zero-Knowledge credentials, guaranteeing that only authorized participants submit answers.
The authentication flow issues cryptographic proofs that confirm a studentโs legitimacy while shielding personal details from instructors and peers.
Separate teacher and student portals highlight the actions each role needs, keeping sensitive administrative controls locked behind elevated credentials.
A lightweight architecture keeps development nimble while enabling cryptographic rigor. Each component was selected for developer velocity, verifiability, and frictionless deployment.
Cloud-hosted IDE with live collaboration powers rapid prototyping, preview deployments, and automated builds so the team can iterate in the browser.
Persistent key-value storage retains quiz metadata, rosters, and proof references without the overhead of managing a separate database service.
Python-based APIs orchestrate the Zero-Knowledge workflow, serve the front-end, and broker requests to the blockchain layer with minimal latency.
From set-up to quiz submission, each screen leans on bold typography and contrast so instructors can focus on students, not UI friction.
Quick stats for active classes, attendance metrics, and poll readiness give educators the confidence to launch real-time assessments.
Guided forms capture prompts, options, and scoring rules while automatically binding them to the selected class and blockchain ledger entries.
Learners authenticate with wallet-backed credentials, receive a signed proof, and are dropped straight into the quiz lobby without leaking private data.
Inspect the source, dive into the proof architecture, or adapt Quizzy 499 for your own secure polling needs. The documentation covers everything from smart contract flow to UI states.
Open the Project on Replit