JS Trivia Game
Trivia Game created with JavaScript. The quizzes (questions and answers) can be stored in external files, in XML or JSON format. The Trivia Game has two levels: Level 1 - displays a list of answers to each quiz, and the user must click on the correct answer.; Level 2 - displays only a text box in which the user can write the answer. It has two modes: Consecutive - the quiestions start from the quiz with index number added into a text field, and are displayed in their order till the last quiz; Random - the quizzes are choosed randomly, till the last quiz, without repeat. Also, the user can choose to play the trivia with a Countdown Timer (15 seconds to answer till the script adds automatically the next quiz).