Skip to content

iescandon/code-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Bootcamp: Homework 4 - Code Quiz

Live Site

https://iescandon.github.io/code-quiz/

Description

This website is designed as an application to quiz the user on their knowledge of coding. User goes through the quiz by clicking on buttons and submits their results using a form. As soon as quiz has been initiated timer is counting down and scores are being kept. If user gets an answer correctly they get points added to their score. If the user gets an answer incorrect they lose 5 seconds off of their time. The user is informed of whether their answer was correct or incorrect. If the user was incorrect they are also informed of which answer was the correct answer. Results are displayed at the end of the quiz or when time runs out. User types their initials and their initials and scores are then stored into local storage. Local storage can be cleared. HTML and CSS is designed to be make the application easy to use and understand.

Table of Contents (Optional)

If your README is very long, add a table of contents to make it easy for users to find what they need.

Installation

In order to install this project, you must login to GitHub and go to github.com/iescandon/code-quiz. Once there you will click on the green button that says clone or download. You will be given choices on how to download: using the ssh/html key or downloading the zip file.

Using SSH/HTML Key: You will copy the link shown and open up either terminal (mac: pre-installed) or gitbash (pc: must be installed). Once the application is open, you will type git clone paste url here. Once you have cloned the git code-quiz repo, cd into the repo and type "open ." to open the folder which contains all files used for the website. Once inside the folder, click on index.html to open the website in the browser.

Using Download ZIP: Click on Download Zip. Locate the file and double click it to unzip the file. Locate the unzipped folder and and open it. All the files for the website will be within this folder. Click on index.html to open the website in the browser.

Usage

Website functions as a normal website. Once on the website simply click on the buttons to take the quiz and interact with the page. Type in the form to enter initials.

Credits

Worked with my tutor Ivan Popov in creating basic structure and functions.

Worked with Brandon Gatlin and Peter Winston during office hours to help debug my code.

Background image of laptop with glasses - Photo by Jesus Kiteque on Unsplash

License

MIT License

Copyright (c) [2020] [inezescandon]

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published