Spanish Coding Quiz
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.
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
Repository:
Please Follow the installation process below:
- Fork the repository from the link above.
- Clone the repo to your computer via git.
- Open the project files with the text editor of your choice.
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.