API Suggestion: Get question's ID and validate answer

Hi all,

I am very new to the Open Trivia Database, and I love the fact that it has an API.

I am looking for the following (additional) functionality; When GETting a questions, please also allow to return the ID of the question. Then, through another call, let’s say ValidateAnswer, I can POST the question ID + the answer and have the answer validated by the Open Trivia Database API. That would be really nice. It would allow for an easy implementation of a CAPTCHA kind of service using the Open Trivia Database!

Is something worthwhile looking at?

Tino

I don’t think a (relatively) small public database of trivia Q&A is a good source for CAPTCHA challenges.