hilbug / 04-code-quiz

A timed code quiz run in the browser and features multiple-choice questions about javascript with dynamically updated HTML and CSS powered by javascript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Quiz

License: MIT

Description

This timed code quiz features multiple-choice questions about javascript. If answered incorrectly, time is deducted.

Deployed app: https://hilbug.github.io/04-code-quiz/

Technologies used are: HTML, CSS, Javascript

Contact: hil.ferraro@gmail.com

User Story

AS A coding bootcamp 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 score

Screenshots

Start Quiz section

Screen Shot 2020-07-19 at 1 27 45 AM

Question section

Screen Shot 2020-07-19 at 1 28 10 AM

Submit scores section

Screen Shot 2020-07-19 at 1 29 07 AM

High scores section

Screen Shot 2020-07-19 at 1 29 28 AM

Honorable Mentions

About

A timed code quiz run in the browser and features multiple-choice questions about javascript with dynamically updated HTML and CSS powered by javascript.

License:MIT License


Languages

Language:JavaScript 46.3%Language:HTML 42.1%Language:CSS 11.6%