Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holy-angel-university/ai-quiz-generator
This project is a quiz generator that uses a dataset of questions and answers to generate a quiz.
https://github.com/holy-angel-university/ai-quiz-generator
artificial-intelligence gemini python3 student-project
Last synced: about 1 month ago
JSON representation
This project is a quiz generator that uses a dataset of questions and answers to generate a quiz.
- Host: GitHub
- URL: https://github.com/holy-angel-university/ai-quiz-generator
- Owner: aelluminate
- License: ecl-2.0
- Created: 2024-10-28T08:30:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T00:20:21.000Z (3 months ago)
- Last Synced: 2024-12-19T14:50:41.479Z (about 2 months ago)
- Topics: artificial-intelligence, gemini, python3, student-project
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AI Quiz Generator
This project is a quiz generator that uses a dataset of questions and answers to generate a quiz. The dataset is a JSON file that contains a list of questions and answers. The quiz generator randomly selects a question from the dataset and presents it to the user. The user can then input their answer, and the quiz generator will check if the answer is correct. The user can continue answering questions until they decide to stop.