An editable quiz based on javascript to learn for everything.
- for mobile and desktop enviorments
- 1 to 4 answer Buttons
- 100% offline! (after setup)
You can select the rounds to play, the time you have to answer per question in seconds and it's also possible to upload and even create your own questions with ease. You can also save, load and delete your stats.
git clone https://github.com/saiij/editable-web-quiz.git
cd editable-web-quiz/
npm install
# Open src/index.html in your default browser e.g.
open src/index.html
Please follow our Contribution Guidelines.
To create your own questions you click on the 'Create Question' button. Type in a question and at least one answer and then select the correct answer with a double tap. As next, you click on the 'Add Question' button to save the question. If you have at least two questions saved, the download button becomes enabled and you can download your questions.
To use your own questions you just need to select them via the 'Browse...'-button. Then you set up the rounds to play and time to answer fields and click on 'New Game'. At this moment your questions will load and you can learn for everything.
Bootstrap 4 - Framework for developing responsive, mobile first projects on the web.
particle.js - A lightweight JavaScript library for creating particles
This project is licensed under the MIT License - see the LICENSE file for details
Special thanks to Nordiii for providing me with useful random knowledge.