Skip to content

devopsengineerDan/Daniel_quizboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image

Author

Dancun Manyinsa -Quiz board project - To get access to Quiz board project click on this link

I'm a Python enthusiast interested in AI and Cybersecurity. You can get in contact with me through my email at dancunmanyinsait@gmail.com

Quiz board project

This Quiz board allows the user to answer Javascript questions from a multiple choice questions. Each question has a scope point allocated to it. After filling up the form, the form hides and then displays the total score achieved by the user.

Project requirements

As a user, I would like have the freedom to choose the answers to a question. This means you will create questions and the provide multiple choice to those questions. Lets take an example:

What is the other name for JavaScript?

  • ECMAScript
  • Vue
  • I don't know

Break the program down into simple, individual behaviors with input/output examples. Begin with the simplest possible behavior. List these behaviors (also known as "specs" or "specifications") in the project's README.md file.

BDD specifications

The Quiz Board achieves the following tasks:

Behaviour User input Result
Checks if answers given by user are correct Correct answer 5mks awarded
Checks if answers given by user are incorrect. Incorrect answer Null
Checks if user has attempted all the questions . All questions attempted Total score awarded
Checks if user has not attempted all the questions . Not all questions attempted 'Please select one of these options!' alert

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

These are the softwares needed to execute the project:

  • IDEs include either: Atom, VS Code, Brackets.
  • Browsers include either: Google Chrome, Mozilla Firefox.
  • Operating System either: Linux Operating System, Apple macOS, Microsoft Windows.

Installing

You can now install Atom using apt-get (or apt on Ubuntu):

Install Atom

sudo apt-get install atom

Install Atom Beta

sudo apt-get install atom-beta

Alternatively, you can download the Atom .deb package and install it directly:

Install Atom

sudo dpkg -i atom-amd64.deb

Install Atom's dependencies if they are missing

sudo apt-get -f install

How to view the Quiz board project

Open your terminal to a specific directory for example Desktop

git init

git clone https://github.com/DancunManyinsa/Quiz-board.git

A folder by the name Quiz board appears on your desktop

Open the folder and click on the index.html file. Open the file on your browser and you'll view Quiz board project.

How to edit the Quiz board project

Open your terminal

cd/Desktop/Quiz-board/

atom .

License

The MIT License (MIT)

Copyright (c) 2018 -present - Quiz board project - All Rights Reserved

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.

Acknowledgments

Great minds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published