Jump to content

Multiple Choice Questionnaire Generator


jc2008

Recommended Posts

Hi,

 

Im looking to code a multiple choice questionnaire generator for a system im creating.

 

Basically i need to be able to select a number of questions and the enter the different multiple choice options for the question.

 

Im guessing this would have to be made from Javascript just wandering if anyone has anything i could use to perhaps build my code up or knows of any forms of tutorial

 

In essenece the system will allow the user to generate a questionnaire and then this will be available to users to submit their answers to the MySQL DB.

 

 

Regards,

Link to comment
https://forums.phpfreaks.com/topic/105917-multiple-choice-questionnaire-generator/
Share on other sites

You may be able to reference this and manipulate the code:

http://phpsnips.com/snippet.php?id=35

This seems like it may be quite simple. With sessions and question/answer delimited data it should go easy. If you want to use a database to store questions that would be even better.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.