Skip to content

generation-org/jwd-js-assessment_old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

JS Assessment

Quiz Application

The JavaScript code in index.js is unfinished. You will need to study it to figure out what it does. Then you will need to use the existing code and your own, to finish the app.

Complete the following tasks:

  1. Calculate the score as the total of the number of correct answers

  2. Add an Event listener for the submit button, which will display the score and highlight the correct answers when the button is clicked

  3. Reset the page (remove the questions from the UI) when the reset button is clicked (hint: search window.location)

  4. Add a countdown timer - when the time is up, end the quiz, display the score and highlight the correct answers

When you have finished, upload your work to GitHub and share the link on Canvas

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • HTML 40.0%