GooQuiz 0.1
GooQuiz is a small web based tool to use as a networked googling quiz software and was developed for IT Meet 2011 event organized by Kathmandu University Computer Club on Dec 4-5, 2011.
The tool allows any number of users to access the system and participate in the googling quiz. A question is given and its answer has to be given within the allocated time after using the google search engine. The person to answer the question first wins the game.
Installation:
- Copy all the files in the folder "googling" to your web folder.
- Give proper permission to the ./pages/question.php file to make it writable. (eg. chmod u+x pages/question.php)
- Open MySQL interface of your choice, create a database called googling and then import dump.sql
- Open ./lib/classes/DBConnection.php and then set the correct database server, username and password.
- Finally open ./config/config.php and set the different configurations as per your need.
- Admin panel is located at ./admin/ and if you need to access admin panel from remote computers, set the $localonly = 0.
- Finally, this tool is yet to be completed and requires little bit techie person to handle it. Addition of questions and few other stuffs should be done from MySQL interface.
More popular Test & Quiz
- Proquiz 2.0.2 (2 years, 2 months 11 days ago)
- Online Test 0.2 (2 years, 5 months 2 days ago)
- els PHP web quiz 1.0 (1 year, 1 month 11 days ago)
- Myquiz 4.0 (2 years, 5 months 2 days ago)
- SimpleQuizzz 2008 (2 years, 5 months 2 days ago)
Listing Files

Answer.class.php- 2.3 KB
- 12/04/2011 08:29:14

DBConnection.php- 1.5 KB
- 12/03/2011 10:27:46

Validator.php- 618 Bytes
- 05/10/2011 00:15:20

Question.class.php- 2.7 KB
- 12/04/2011 07:53:56

User.class.php- 2.4 KB
- 12/03/2011 22:38:24

Thumbs.db- 6.5 KB
- 12/03/2011 21:36:22

g.png- 6.6 KB
- 11/20/2011 21:41:58

Help.png- 4.8 KB
- 11/20/2011 22:20:32

config.php- 419 Bytes
- 12/11/2011 22:46:00

finished.php- 169 Bytes
- 12/04/2011 08:42:32

getanswers.php- 956 Bytes
- 12/04/2011 08:25:32

setquestion.php- 677 Bytes
- 12/03/2011 23:57:30

sendanswer.php- 683 Bytes
- 12/04/2011 08:44:46

question.php- 1 Bytes
- 12/04/2011 01:40:28
