Simple quiz application that stores user radio button selections to quiz questions, to output their score once quiz completes. The user has the ability to retake the quiz as many times as they'd like, with scores and previous selections being reset with each restart.
All necessary library files (Bootstrap JQuery) are specified within their respective folders. To run locally, simple download the repo to a local directory, user terminal to navigate to that directory and issue command >open index.html
A CDN of the popper.js library is included at the bottom of the index.html body section, so internet access is necessary. However I currently haven't implemented any popper.js functionality. This is a future plan.
- [Javascript]
- [Bootstrap] (https://getbootstrap.com/)
- [JQuery] (http://jquery.com/)
- Forest Olsen - Initial work - coduder
- Javascriptissexy - provided the curriculum I'm following of which this project is a part of. I'm using Professional Javascript by Nicholas C. Zakas and am following the "Study Guide for Experienced Developers" tab found around the middle of the page. (http://javascriptissexy.com/how-to-learn-javascript-properly/)