Skip to content

Test your knowledge with this 4-questions code quiz. Your score is determined by time left, and wrong answers deduct 10 seconds from your time. User will be shown whether they were correct or wrong before the application moves on to the next question. If you are happy with the results, save your high score!

Notifications You must be signed in to change notification settings

nfinnegan/Code_Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code_Quiz

Project Overview

In this project I was tasked with creating a Code Quiz from scratch. The code incorporates the JS learned in week 3 along with additional aspects of week 4's learning which involved a lot of adding/creating/manipulating elements dynamically.

Description

In the 4th week of bootcamp we spent our time learning how to use Web APIs in order to unlock some of JavaScript's potential to interact with a user dynamically versus through a static file. This homework assignment overlaps with week 5 learnings so there is some jQuery sprinkled in.

User Story

AS A coding boot camp student
I WANT to take a timed quiz on JavaScript fundamentals that stores high scores
SO THAT I can gauge my progress compared to my peers

Acceptance Criteria

GIVEN I am taking a code quiz
WHEN I click the start button
THEN a timer starts and I am presented with a question
WHEN I answer a question
THEN I am presented with another question
WHEN I answer a question incorrectly
THEN time is subtracted from the clock
WHEN all questions are answered or the timer reaches 0
THEN the game is over
WHEN the game is over
THEN I can save my initials and my score

Technologies Used

  1. JavaScript
  2. HTML
  3. CSS
  4. jQuery

Deployed Application

Link to deployed application: https://nfinnegan.github.io/Code_Quiz/

Preview

Code_Quiz_Preview;

License

MIT License

Copyright (c) [2021] [Natalie Finnegan]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Test your knowledge with this 4-questions code quiz. Your score is determined by time left, and wrong answers deduct 10 seconds from your time. User will be shown whether they were correct or wrong before the application moves on to the next question. If you are happy with the results, save your high score!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published