Skip to content

sherb93/Multiple-Choice-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding Quiz

Description

This coding quiz is a demonstration of my understanding of Web API's and manipulating the DOM using JavaScript and HTML. The JavaScript files contain many fundemental JS methods including event listeners, timers, creating and appending HTML elements, etc.

Instead of creating a separate HTML document for each type of page on the app, I decided to create the homepage, quiz page, and score submission form on the same HTML document and change their CSS display property using functions in JavaScript. In hindsight, it might have be better for modularization to have them on separate files with JavaScript files containing only the necessary logic for each page.

Challenges

A big challenge for me during this project was figuring out that the order of functions is so important. You can't append a <li> item to a <ul> before you add classes to it, and you can't declare a variable with the content of an input field before the user clicks the button with the event listener, because when the page loads the field is empty! These were just a few of the realizations I had while working through the quiz. By the end of the project I had a great understanding of these issues, and how they impact other areas of coding as well.

This was made during the beginning of my coding journey so I think I'll ramp up the difficulty in a future commit. For now it's five basic questions, but I hope you enjoy it!

Usage

The app is deployed to GitHub pages.

Instructions:

  1. Click this github pages link.
  2. Click "startQuiz()"
  3. A timer will start and you must answer 5 questions. Each incorrect answer will reduce your timer by 10 seconds.
  4. Local storage will house your top five scores on the leaderboards page.

ScreenShots:

homepage

quizpage

About

A fully front-end quiz made using Web API's.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published