Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.6 KB

File metadata and controls

33 lines (20 loc) · 1.6 KB

Java-Script Coding-Quiz

Description

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.

Usage

  1. Open the application in a web brower.
  2. Click the 'Start Quiz!' button to begin the quiz.
  3. When the quiz is complete, you will be asked to enter a name and your name and quiz score will be logged below.
  4. If you wish to play again, click the 'Start Quiz!' button again.

Credits

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 Link

Application URL: https://ant-m84.github.io/JavaScript-Coding-Quiz/

JavaScript Coding Quiz Application Screenshot