Skip to content

Vanilla javascript and jQuery to build a multiple choice quiz challenge game

Notifications You must be signed in to change notification settings

cmcnamara15/Coding_Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-Quiz

Description

This project was a great exercise in JavaScript! As a developer my goal was to better understand how to use JavaScript as a vessel to create something that resembled the mock up given. This wasn't designed for style as much as it was designed for functionality. Upon first submission I still have quite a few things to work out in regards to the end of the game. All in all though I am excited to share this project as a milestone along my journey of becoming a software engineer.

Deployed URL

https://cmcnamara15.github.io/Coding_Quiz/

Your Task

At some point in your journey to become a full-stack web developer, you’ll likely be asked to complete a coding assessment—perhaps as part of an interview process. A typical coding assessment includes both multiple-choice questions and interactive coding challenges.

To help familiarize you with these tests and allow you to use the skills covered in this module, this Challenge invites you to build a timed coding quiz with multiple-choice questions. This app will run in the browser and will feature dynamically updated HTML and CSS powered by JavaScript code that you write. It will have a clean, polished, and responsive user interface.

This week’s coursework will equip you with all the skills you need to succeed in this assignment.

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

Screenshots

A sequential list of photos which shows the functionality of the page Start Page

Questions

Questions Continued

End Game screenshot

High scores/

Local Storage

About

Vanilla javascript and jQuery to build a multiple choice quiz challenge game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published