Education2023
QuizYourself
Self-authored quizzes for lecture review

Demo videoWatch Project demo on YouTube
The problem
I built QuizYourself as a university project to help students turn material from their lecture slides into reusable self-testing quizzes.
My contribution
Built the application independently with authenticated quiz creation, manual entry of questions and answer choices, a shared quiz browser, immediate scoring feedback, and creator profiles for managing saved quizzes.
Key decisions
- 01Stored each quiz as a MongoDB document containing its slug, questions, choices, and correct-answer indexes.
- 02Kept quiz authoring explicit and manual: creators enter each question, its answer choices, and the correct answer.
- 03Calculated results in the quiz interface so students can see their total score and per-question correctness after submission.
Outcome
Completed the university project and received an A+ for the implemented quiz creation and self-assessment workflow.