Quiz Me: Flask-based Quiz Generation App

Mohammad

Mohammad Junayd

Quiz Me was a Flask-based web application that took students' personal notes and constructed them into customized multiple-choice quizzes. Utilizing the OpenAI API and tailored prompts, the system generated question-answer pairs and assessed the students' answers. Features:
OpenAI API with prompt engineering to generate the questions and answers in a specific format to a database.
Regex Parsing - Implemented regular expressions to extract the structured data from the AI responses.
SQLite Database for its functionality.
Like this project

Posted Jul 9, 2025

Developed a Flask app to create quizzes from student notes using OpenAI API.