Web quiz application is a type of web application that provides questions with two or more options. After a user answered all the questions, the application then does processing of user's answers and display a score with or without other relevant statistics. This project is intended to create this type of application using pure* HTML, CSS, PHP, and Javascript.
* Pure in this case means without framework, external libraries, and external dependencies.
This project is still in development and not production-ready.
Usage case is not yet specified.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.