A simple trivia app that utilizes Jservice.io. Jservice.io is a repositiory of over 150K questions from the gameshow Jeopardy.
Last updated on May 13, 2019
Public Permissions:
View
Open/Fork
Run
Comment
Quiz App
This space utilizes a service called jService.io. This service provides access to over 156,000 questions from the gameshow, Jeopardy!
This space is a simple example of consuming a web service (API) and using the Profound.js framework for application development.
Playing the game
Lauch the app using the Launch button in the toolbar above.
The dialogue shown, will be a random question from Jeopardy!
The panel title will be the category name and of course the question will be in the dialogue.
Type your answer and click the Check Answer button.
Note
The comparison of the answer is case insensitive, but the wording and puncuation must match perfectly. A good project to start out would be to try to improve the answer checking. Perhaps eliminate prepositions from the answer comparison.
Comments
Alex
6 years ago
Nice job on this one!