5

I want to develop a django quiz app which will show questions to all online users at same time and allot a short time slot(1min) for answering questions.

How can i do that?
Any kind of help/link/hint is appreciated.
Thanks in advance.

Comments
  • 1
    sounds like hq trivia, no idea of django, but basically have a room where clients connect to and then broadcast the question, keep track of response timeouts, throw/ban clients trying to trick the server side timeout, answers, minimum response time etc.
  • 1
    @JoshBent thanx mate! That was helpful :)
  • 1
    @rm-rf-root glad my morning blabber made sense to you, when I re-read it later that day, I wasn't sure if I should delete it and rephrase it again
Add Comment