/quiz_board

Ian's Quiz Board

Primary LanguageJavaScript

Quiz-Board

Author:Ian Kurao

Description

This quiz board project is designed to evaluate students on how good they have understood Javascript contents. The user is required to select the answer which he/she thinks is correct.Afterwards submit the answer and the results will be displayed to you.

Setup instructions

  • git clone' https://github.com/iankurao/quiz_board.git

  • cd quiz-board

  • atom .

  • Or Fork the account

  • Use the top right button on the page

Technology used

The language mainly incorporated in this project is Javascript. However other langauges like HTML and CSS have played a major role.The project has also greatly used bootstrap and Jquery elements.

Link to live website

https://iankurao.github.io/quiz_board/

Contact Information

Email: kuraoian@gmail.com

phone: 0723475550

whatsapp: 0723475550

slack:@Ian

Behaviour Driven Development

Behavior User Input Expected Output
Program provides the user with questions to answer Loads up the page Question 1 to 5
Program rates the user out of 100% fills in all questions Your score is 100
pRogram requires the user to scroll down after clicking the "I'm done" button to view score Answer all questions Excellent
Program accepts the user input and calculates score all questions answered Excellent 100

License

MIT License

Copyright (c) [2019] [Ian Kurao]

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.