This application is a multiple choice coding quiz. Incorrect answers when selected will highlight red and deduct 3 seconds from the countdown. Correct answers will proceed to the next question and when all questions have been correctly answered OR the time runs out - the quiz will end. The score is based on the time remaining so the faster and more accurately that you can complete the quiz, the higher your score will be.
- Open the application in a web brower.
- Click the 'Start Quiz!' button to begin the quiz.
- When the quiz is complete, you will be asked to enter a name and your name and quiz score will be logged below.
- If you wish to play again, click the 'Start Quiz!' button again.
This application was made for a weekly challenge for the UNC Chapel Hill Bootcamp - no source code was provided.
Reference was made to the following resources in development of this application:
Mozilla Developer. (2023, September 25). Array.prototype.forEach(). https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach
Mozilla Developer. (2023, July 2023). Element: innerHTML property. https://developer.mozilla.org/en-US/docs/Web/API/Element/innerHTML
Great Stack. (2023) How to Make Quiz App Using Javascript| Build Quiz App With HTML CSS & JavaScript. https://www.youtube.com/watch?v=PBcqGxrr9g8&ab_channel=GreatStack
Application URL: https://ant-m84.github.io/JavaScript-Coding-Quiz/