An OpenTriviaDB API based web app that lets you play quizes for fun!
- Added asynchronous call for OpenTriviaDB API
- Web app is now called Inquisition
- Corrected display of elements on the screen
- Chose BootStrap 4.4.1 as default CSS framework
- Added radio buttons for options
- Asynchronous call is now handled by jQuery 4.3.1
- Default call is for 10 questions of multiple choice type
- Score is correctly calculated and displayed
- Optimised loop for checking correct answers
- Added random function for shuffling options
- Added pages for selection of categories, question count and difficulty
- Selection variables are stored in
localStorage
(Requires optimisation) - Future scope for adding timer included
- Optimised loop for checking attempted (correct and incorrect) answers
- Switched to UIKit 3.2.7 as default CSS framework
- Optimised loop for checking unattempted answers
- Added multiplier function for added risk/rewards based on selected variables
- Added result page with final score
- Corrected previous unoptimised way of determining score
- Future scope for adding difficult tactics (like negative score) included
- Added initial build for main menu
To be decided
- Open
pickcatg.html
in your favorite browser - Give stars to the repo if you found this helpful