Skip to content

NotTheDBA/TriviaGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Quiz

This is a jQuery/JavaScript based timed trivia game. Trivia data is stored in a JSON file.

TODO:

  • Fix bug with correct answer count on resets...

Future enhancement ideas

  • Auto-advance to next question/eliminate 'Next' buton.
  • Display running count of correct answers and questions left.
  • Multiple trivia topic selections, stored in separate json files.
  • Add a difficulty that gives more or less time.
  • Set time based on the number of questions available.
  • Find a way to eliminate repeated values in the random choice.
  • Find themed images for display.