The app I am creating is a trivia app.  One feature I would like to
implement is a way for the user to find a question they have not
answered before.  This is easy without fetch limits and such, but I'm
not sure how I should go about doing this.

If I have 10,000 questions, and the user has answered 5,000, I would
like the user to be able to find a random question from the remaining
5,000 that have not been answered.  I have not committed to a schema
for storing which questions have been answered, so your replies/
suggestions are not limited by this.

So how can I perform this task within the limits of gae's fetch?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to