Entries listed under “computer fest”

quizmastered

We were short of time. The audience comprised the 8 member teaching staff of the Computer Science Dept. and students who were waiting for the prize distribution that was scheduled after the event. And there were exactly six teams that registered for the event who automatically qualified for the finals.

Even after all this, I would say the quiz was a success, if not a great one. I've done quizzes before, but this is the first time that I spoke properly, and didn't make any of those factual errors that lead to fights between the quizmaster and the participants after the quiz. The PHP script I wrote for the quiz(using DBX) worked without a hitch (yay!) and Kapil and Shantanu were perfect at the scores and computer. It was the first time I conducted a speed round in a quiz and I was surprised I didn't stutter or stammer!

using your own

I'm conducting the quiz at my college's computer fest, and I needed a simple way to store all those questions, so that I could edit them etc. And guess what I used? DBX!! It's simple and small, and we wont need to install it(since DBX doesn't need to be) on the PC in college. Also, since the data is stored in XML, I'm directly writing all my questions in <question> tags in my text editor... It's quite fast, and has made the process much easier. It's a nice feeling when you find a good use for your own creat

| |