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.
- Host: GitHub
- URL: https://github.com/rohan-bansal/quiz-creator
- Owner: rohan-bansal
- Created: 2018-05-28T17:09:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T23:27:23.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T13:18:12.439Z (3 months ago)
- Topics: desktop-application, python-script, python3, quiz-app, quiz-maker
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*