Closed
Description
Script Title - Automated Quiz Generator from Folder Files for Personalized Practice
Brief - This script automates the process of generating quizzes by extracting content from PDF files stored in a specified folder. It uses a large language model (LLM) to intelligently analyze the text, formulate questions, and generate a quiz based on the extracted information. The generated quiz is saved as a text document, making it easy for users to review and practice the material. This tool is ideal for educators, students, or anyone looking to create personalized quizzes from their study materials.
More Features
- Support for More File Formats
- GUI-Based Quiz Interface
- Multiple Question Types
User Requirements
- GROG API Key for the LLM (free)
- Source Files
Instructions
- Create a new folder for your script and file/folder name should be appropriate.
- Create a
README.md
(using this template) in your folder for program Instructions - add requirements.txt if needed
Programming Language
- Python
Happy Coding