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

https://github.com/rohan-bansal/quiz-creator

A program that is a custom desktop application version of online multiple choice quizmaking tools.
https://github.com/rohan-bansal/quiz-creator

desktop-application python-script python3 quiz-app quiz-maker

Last synced: 2 months ago
JSON representation

A program that is a custom desktop application version of online multiple choice quizmaking tools.

Awesome Lists containing this project

README

        

# Quiz-Creator

**A custom program that can be used as a desktop application version of online quizmaking tools, such as Kahoot, Quizlet, and Peardeck.**

*Progress Report:* **100% complete**

Download the latest release here: https://github.com/Rohan-Bansal/quiz-creator/releases/tag/v2.0

# Features

- Create new quizzes
- Import existing quizzes
- Use the questions to study
- Edit questions to have four answer choices (or less)
- "Play" the quiz
- Answers are stored in a JSON file, easily readable

**WIP Features**

- NONE

# Notices

- Since the module `num2words` is needed for the program to work, if the computer does not have it installed, the program will install it for you ([y/n] message box)
- Different operating systems will have different dependencies; Mac OS may not let the program create a new file if the user is not the administrator.

### *Coded by Rohan Bansal*