Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.5 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.5 KB

Code Quiz

Spanish Coding Quiz

Table of Contents

  1. Developer Comments
  2. User Story
  3. Mock-Up
  4. Installation Instructions
  5. Future Development

Developer Comments

This took me longer than expected and my only issue was my linking to index.html; regardless it was a fun activity. I really enjoying writing out the javascript in this file.

I am just happy that I got to implement html, css and javascript in one app. This definitely made me rely a lot on google. Without it I wouldn't have gotten much done.

User Story

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

Mock-Up

Demo

Installation Instructions

Repository:

Please Follow the installation process below:

  1. Fork the repository from the link above.
  2. Clone the repo to your computer via git.
  3. Open the project files with the text editor of your choice.

Future Development

In the future I plan on changing the style and updating the content. This could also help out with studying because I can recreate different quizzes. Might give that a shot.