Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 991 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 991 Bytes

TriviaQ

This is a basic trivia game that allows a player to practice.

User Stories

The following required functionality is completed:

  • A user can view questions.
  • Questions with their multiple choice options must be displayed one at a time.
  • Questions should not repeat in a round.
  • A user can select only 1 answer out of the 4 possible answers
  • The correct answer must be revealed after a user has submitted their answer
  • A user can see the score they received at the end of the round

How to Run

Here's a walkthrough on how to run my code:

  1. After downloading the file you can click on the index.html to open the game.

To run it on Live Server:

  1. Open project on VSCode.

  2. Download the extension "Live Server."

  3. Right click in the whitespace in the file, and select "Open in Live Server."

  4. The project shoul open up in a browser.

Start Page