Omnimaga

General Discussion => Technology and Development => Computer Projects and Ideas => Topic started by: Nick on August 05, 2012, 03:46:00 pm

Title: [Contest] IRC quizzer bot
Post by: Nick on August 05, 2012, 03:46:00 pm
Hi

for the coding battle contest i'm gonna make an IRC bot that asks quiz questions once a day/hour or something (not sure of that yet, maybe every 8 hours to reach every time region).
everyone on the channel can participate, and the first one to answer the question will gain e.g. 10 points, and at the end of the month a final score will be calculated
the one with the most points wins of course.

i guess it can be fun, maybe not, we'll see :P

grtz
Nick
Title: Re: [Contest] IRC quizzer bot
Post by: Sorunome on August 05, 2012, 03:51:12 pm
Nice, in which directions will the questions go? Programming? or what? :P
And will users be able to add questions?
Title: Re: [Contest] IRC quizzer bot
Post by: Nick on August 05, 2012, 04:03:49 pm
hmm, i guess i'm first gonna find a quiz question site with an API, so that i could easily get questions and their right answers xp
i don't think adding will be possible, since then i would make a database, and i have not a single clue on how to start something like that :o

so the theme of the questions will probably be general knowledge, but programming questions would be more correct :) i'll take a look for those questions
Title: Re: [Contest] IRC quizzer bot
Post by: ruler501 on August 05, 2012, 04:09:12 pm
What you could do is just make a text file with lines formatted so you can see the questions and answers easily
Title: Re: [Contest] IRC quizzer bot
Post by: Nick on August 05, 2012, 04:45:37 pm
yeah, that's true.. not a bad idea actually :)

I found a website (not with an api) that contains a lot of quizzes, maybe i could pick some of those, and have it combined with some user-added questions
this is the site (http://www.academictutorials.com/answers.asp?id=34) (with an example of a java quiz)