Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/machel54/quiz-board

This is a programme that asks users to answers question and it determines whether the input is true
https://github.com/machel54/quiz-board

Last synced: 9 days ago
JSON representation

This is a programme that asks users to answers question and it determines whether the input is true

Awesome Lists containing this project

README

        

# quiz-app #
#### This is the project of a quiz board website , 29nd March 2019 ###
#### By ** Machel Nyanumba ** ####

# Description #
through the use of javascript formulas the application is able to alert you if the type of answer you have just imputted is correct according to data pre-fed into the system concerning the applications responses according to various situations
To start using this project use the following commands:
git clone https://github.com/Machel54/Quiz-board.git
cd quiz-board
atom .
code . (this is if Visual Studio Code is your preferred text editor)

Behavior Driven Development the application runs the following processes

+ * the application opens a page where the one attempting the test is given a opportunity to take the test*
+ * the next page allows the person to choose answers to the various quertions*
+ * the person is graded and results are shown*

## setup/Installation Requirements ##

* first you have to fork the repository from this github account
* through terminal or any other preferred means create a branch
* commit the changes you may want to include
* push the changes to git hub under gh-pages
* view the site deployment for the new link

### Known Bugs ###
* there are currently no Bugs *

### Technologies used ###
* technologies used include;
+ * HTML *
+ * CSS *
+ * JAVASCRIPT *

### License ###
{MIT License.}
Copyright (c) 2019 Moringa School
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.