Search for new ideas!

Quiz Projects

Quiz Projects

You can build general knowledge (gk ) quiz application. It will have two interfaces, one for the user who takes the test and another one for the administrator who can create, edit, update or delete the test. Moreover, it will have two other modules, one for calculating the marks of the user and others for reporting it.

This project can be built in any language but if you want to learn programming skills, you should build this software in C, C++ or Java. High-level languages such as VB or .NET.If you want it to build quickly you should use ruby on rails.

For the database, you can use MySQL. It is open-source and available for free.

My personal favorite method is to use CMS( Wordpress, Joomla or Drupal).

In this post, I will discuss the WordPress method with you and it will not take the only a couple of hours for your own professional quiz management system. It is five step procedure:

Step 1) Install xampp (for Linux and Windows) or MAMP for Mac

Step 2) Open PHPMyAdmin from admin panel of your first step installation server

Step 3) Create database quiz

Step 4) Download and Install Wordpress CMS. Installation requires details of your database name, username, and password. Write database name as "quiz", username as "root" and password are given at the installation time.

Step 5) Install the WP-Pro-quiz plugin and you are done.

If you have any questions regarding its installation, please let me know using the comment box given below. I would be happy to oblige.

I am posting you a few projects from SourceForge which will help you to understand these type of projects :

1.Quiz

2.Pro Quiz

3.Open Mobi Quiz for Mobile

4.Open QB: Exam maker for teachers

No comments :