Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.94 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.94 KB

Code-Quiz

The Repository

The link to the website repository: Website Repo link

The site is published at Published Website link

Development Environment

Code is developed in VS code Studio

Website Functionality

  • Code Quiz website offers online quiz system. Start page is as follows Start page

  • To start the quiz press the "Start Quiz" button.

  • Timer will start and the user will see the first question.

  • User can select the suitable answer by clicking the options. Right after the selection, the selected option will be evaluated.

  • "Correct" or "Wrong" will be displayed to let the user know if the answer is correct or not.

  • For each wrong answer 15 secs are reduced from the time assigned for the quiz.

  • If the time assigned for the test is over or if all the questions are answered following will be displayed with the displaying the total score (5 points for every correct answer).

    After Quiz completion

  • User can enter initials and submit. After submission user can see the list of all the high scores.

    High Scores

  • "Clear Highscores" will clear all the highscores stored.

  • Press "Go Back" to quiz start page.

Installation

  • Code is developed using VS Code studio.
  • Code is available at the GITHub repository link: Website Repo link
  • Get the code code in your local machine by using the clone option in the repository link.
  • Click "Code" and copy the Clone with SSH key link.
  • In Git bash, go to the appropriate directory and get the code using "git clone" command.
  • Open index.html. Right click and open in browser of your choice to view the website.

References