Homework 4 - Code Quiz
Create 3 seperate files:
- index.html
- script.js
- style.css
- Create different containers for the Code Quiz
- Inside the "gameContainer", isert these "p" tags:
- question
- result
- Inside the "options" container, insert the differnt answer options
- The "timer" container contains everything for our counter
- The "userResults" container contains everything for saving our score at the end of the game
- Be sure to link both your "script.js" and "style.css" files
- Create your differnt DOM Elements that you will be using for your game
- Set up your Local Stroage
- Create an array including both your questions and different answer options
- Create additional variable for your timer
- Create a series of differnt functions:
- "renderQuestion()" - Renders the questions
- "renderCounter()" - Renders the counter
- "checkAnswer()" - Chcks the answwer
- "scoreRender()" - Renders the users score
- "saveUser()" - Saves user to Local Storage
- Formats different aspects of the web page
N/A
MIT License
Copyright (c) [2020] [Nicholas Foreman]
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.