Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.