QUIZORA is a secure and efficient desktop-based examination platform developed in C# with Firebase integration. It supports student registration, timed exams, automatic grading, and result review.
- 👤 Student and Admin login
- 📝 Add, update, delete exam questions
- ⏲️ Timed exams with automatic submission
- 🔒 Cheating prevention (blocks Alt+Tab, Win+Key, etc.)
- 📊 Result storage and calculation
- 📩 Email notification on account creation
- 📄 Detailed result review (for both students and admins)
- C# (.NET Windows Forms)
- Firebase Realtime Database
- FireSharp Library
- Gmail SMTP (for email notifications)
- Clone or download this repository.
- Open the solution in Visual Studio.
- Restore NuGet packages (especially
FireSharp). - Update Firebase credentials in your
.csfiles (if needed). - Build and run.
This project is for educational purposes.