cliff-rosenberg / 04-Code_Quiz

A simple quiz program that uses questions related to web development technologies to test the user's knowledge while being timed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Quiz

Description

This project uses HTML, CSS and JavaScript to create a multiple-choice quiz using various coding-related definitions and terms.

Installation

There is no installation needed, I have the page hosted here at Github.

Link: https://cliff-rosenberg.github.io/04-Code_Quiz/

Usage

Opening 'index.html' in a web browser will bring up the main screen. Clicking on the 'Start Quiz' button starts the game. You will be asked questions and provide and answer by usinf the mouse to click on your choice. The timer starts running when the game starts and deincrements each second that passes. You receive a five second "penalty" time deduction each time you answer a question incorrectly. The game ends after all the questions are asked, or the timer reaches zero. After the game you are given a prompt to enter your name and that is stored along with your "score", which is the seconds left after the last question was answered.

Screenshots:

screenshot1

screenshot1

Credits

I would like to thank my class instructor Farish Kashefinejad for his invaluable help in helping me better understand the requirements of this project, as well as some good starting ideas for how to approach the solution.

License

MIT License

Copyright (c) 2022 Cliff Rosenberg

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

A simple quiz program that uses questions related to web development technologies to test the user's knowledge while being timed.


Languages

Language:JavaScript 66.1%Language:HTML 18.5%Language:CSS 15.4%