Dilemma with selecting records

0 views
Skip to first unread message

Brandon

unread,
May 6, 2009, 9:11:45 AM5/6/09
to Google App Engine
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?
Reply all
Reply to author
Forward
0 new messages