This is an interactive trivia game built for web browsers using Javascript, CSS, and HTML. jQuery is used to manipulate the HTML.
To start: To start the game, click on the start button then answer the multiple choice questions that are presented to you before the timer runs out. If the timer runs out, the app will record that you left that question unanswered and you will move on to the next quetsion. You will be provided feedback as to the accuracy of your answer after each quetstion and you will be provided your total score after you answer the last question.
Players will be presented one multiple choice question at a time after they click the start button. The player will have a limited amount of time to answer each question of the quiz. If the player selects the correct answer, there is a screen that appears that congratulates them for choosing the right option. If the player runs out of time, the player is notified that their time is up and the correct answer is displayed to them. If the player chooses the wrong answer, the player is notifgied that they selected the wrong answer and will then be provided the correct answer. Then next question in the quiz is displayed to the player without any player input until all of the questions have been answered. There are 9 questions in this quiz. On the final screen, show the number of correct answers, incorrect answers, and an option to restart the game.
To interact with this activity, please visit: https://rsa153.github.io/TriviaGame/