- [Description] (#description)
- [Acceptance_Criteria] (#acceptance_criteria)
- Demo
- Installation
- Usage
- License
This is a quiz application using HTML, CSS, and Javascript. This application emphasizes the use of Javascript to provide quiz questions and collect user data to determine whether the answers to a question are correct, this then generates a score and appends a final page of results from the user data.
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
demo link:
https://drive.google.com/file/d/1JrrJ45QeIrMchRStY0HcY3M0HlXWkjRp/view
Embed code:
<iframe src="https://drive.google.com/file/d/1JrrJ45QeIrMchRStY0HcY3M0HlXWkjRp/preview" width="640" height="480"></iframe>The way to access this project is to go to my GitHub site and to clone my Javascript Quiz repository from here : https://github.com/Adellis95
Then you pull the cloned repository into your terminal/GitBash by using the "git pull (git@github.com:Adellis95/JavaScript-Quiz.git)
Afterwards, you change directories in your terminal until you are in the Javascript-Quiz repository and open the file in your code editor by typing "code ."
This application is great if you want to create a study apparatus for varying levels of education as long as you change the questions, choices, and answers. You can easily change the timer interval, the amount of questions asked, and anything else to tailor to the client's needs.
© 2019 Horiseon Social Solution Services, Inc.
© 2020 Austin Ellis.
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 coditions:
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 MONINFRINGEMENT. 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.