An AI-powered quiz generator that turns study material into practice tests. Users paste plain text or upload PDFs, and QuizForge produces multiple-choice quizzes using the ChatGPT API and custom prompts that define the generation rules. It came out of my own study habit of self-quizzing to reinforce understanding before exams.
Generates multiple-choice quizzes from pasted text or uploaded PDFs using the ChatGPT API.
Difficulty-based prompting (easy/medium/hard) injected alongside the study material to control quiz complexity.
Secure PDF parsing with MIME-type validation to guard against code injection.